We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Got this issue after updating to latest preview version. Unity 2019.4.3f1.
This error happens when I'm loading into a scene with Unity SceneManager.
NullReferenceException: Object reference not set to an instance of an object UnityEngine.Component.GetComponentInParent (System.Type t) (at /Users/builduser/buildslave/unity/build/Runtime/Export/Scripting/Component.bindings.cs:121) UnityEngine.Component.GetComponentInParent[T] () (at /Users/builduser/buildslave/unity/build/Runtime/Export/Scripting/Component.bindings.cs:126) Coffee.UIExtensions.UIParticle.InitializeIfNeeded () (at Library/PackageCache/com.coffee.ui-particle@bda77ab039/Scripts/UIParticle.cs:391) Coffee.UIExtensions.UIParticle.<UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize>b__53_0 () (at Library/PackageCache/com.coffee.ui-particle@bda77ab039/Scripts/UIParticle.cs:426) UnityEditor.EditorApplication.Internal_CallDelayFunctions () (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorApplication.cs:322)
The text was updated successfully, but these errors were encountered:
@npicouet Thank you for reporting.
Sorry, something went wrong.
fix: an error happens during loading scene in editor
ab9d9aa
close #101
3.0.0-preview.35
94ae9d2
# [3.0.0-preview.35](v3.0.0-preview.34...v3.0.0-preview.35) (2020-09-27) ### Bug Fixes * an error happens during loading scene in editor ([ab9d9aa](ab9d9aa)), closes [#101](#101)
🎉 This issue has been resolved in version 3.0.0-preview.35 🎉
The release is available on:
v3.0.0-preview.35
Your semantic-release bot 📦🚀
1c02f02
# [3.0.0-preview.35](mob-sakai/ParticleEffectForUGUI@v3.0.0-preview.34...v3.0.0-preview.35) (2020-09-27) ### Bug Fixes * an error happens during loading scene in editor ([ab9d9aa](mob-sakai/ParticleEffectForUGUI@ab9d9aa)), closes [#101](mob-sakai/ParticleEffectForUGUI#101)
mob-sakai
No branches or pull requests
Got this issue after updating to latest preview version.
Unity 2019.4.3f1.
This error happens when I'm loading into a scene with Unity SceneManager.
NullReferenceException: Object reference not set to an instance of an object UnityEngine.Component.GetComponentInParent (System.Type t) (at /Users/builduser/buildslave/unity/build/Runtime/Export/Scripting/Component.bindings.cs:121) UnityEngine.Component.GetComponentInParent[T] () (at /Users/builduser/buildslave/unity/build/Runtime/Export/Scripting/Component.bindings.cs:126) Coffee.UIExtensions.UIParticle.InitializeIfNeeded () (at Library/PackageCache/com.coffee.ui-particle@bda77ab039/Scripts/UIParticle.cs:391) Coffee.UIExtensions.UIParticle.<UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize>b__53_0 () (at Library/PackageCache/com.coffee.ui-particle@bda77ab039/Scripts/UIParticle.cs:426) UnityEditor.EditorApplication.Internal_CallDelayFunctions () (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorApplication.cs:322)
The text was updated successfully, but these errors were encountered: