-
-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on build in Unity 2019.3.11-15 #114
Comments
Hi @korober |
In Unity 2019.3.11, the |
🎉 This issue has been resolved in version 3.1.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
LionelPerrault
added a commit
to LionelPerrault/Unity-Particle
that referenced
this issue
Jul 25, 2023
## [3.1.1](mob-sakai/ParticleEffectForUGUI@3.1.0...3.1.1) (2020-11-09) ### Bug Fixes * error on build in Unity 2019.3.11-15 ([68669c7](mob-sakai/ParticleEffectForUGUI@68669c7)), closes [#114](mob-sakai/ParticleEffectForUGUI#114) * null Reference when creating New Scene after Prefab was open in PrefabMode ([22bcecd](mob-sakai/ParticleEffectForUGUI@22bcecd)), closes [#111](mob-sakai/ParticleEffectForUGUI#111)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I get error on project build:
I think the problem in UIParticle.cs, line 41-45:
#if !UNITY_2019_4_OR_NEWER
[SerializeField]
private bool m_Maskable = true;
#endif
To Reproduce
Expected behavior
No error messages on build
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: