Closed korober closed 4 years ago
Hi @korober Thank you for your reporting!
In Unity 2019.3.11, the SerializeField
attribute was added to this field.
https://unity3d.com/jp/unity/whats-new/2019.3.11
:tada: This issue has been resolved in version 3.1.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
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 1) Install plugin on empty project (unity 2019.3.15f1) 2) build it for Android.
Expected behavior No error messages on build
Screenshots
Environment (please complete the following information):