Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0a1
Issue ID
882956
Regression
Yes
NullReferenceException counter keeps incrementing without user input after importing "Unity Anima2D" package
NullReferenceException counter keeps incrementing without user input after importing "Unity Anima2D" package
1. Use 2017.1.0a1
2. Download and import "Unity Anima2D" package from the asset store
The counter for following error will keep incrementing even without user input.
NullReferenceException: Object reference not set to an instance of an object
Anima2D.AnimationWindowExtra..cctor () (at Assets/Anima2D/Scripts/Editor/AnimationWindowExtra/AnimationWindowExtra.cs:55)
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for Anima2D.AnimationWindowExtra
System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (RuntimeTypeHandle type) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Runtime.CompilerServices/RuntimeHelpers.cs:101)
UnityEditor.EditorAssemblies.ProcessEditorInitializeOnLoad (System.Type type) (at C:/buildslave/unity/build/Editor/Mono/EditorAssemblies.cs:136)
Suspected cause: Script does not account for the change in Unity versioning from the 5.x series to the new 201x.x.x series.
Occurring on: 2017.1.0a1
Not occurring: 5.6.0b9, 5.5.1f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SpeedTree importer fails to import .st files when path to the project includes a special character
- [VFX Graph] HSLS Redefinition error when input have the same name as attributes
- [VFX Graph] HLSL VFXFIXED_RAND isn't working
- Crash on Meta Quest 2 when using Vulkan
- Greyed out Icon for Tool Context is misaligned in the Tools Overlay in the URP 3D Sample Template
Add comment