Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b8
Issue ID
774184
Regression
Yes
NullRef exception appears in "AvatarMaskInspector.IsMaskUpToDate ()" when user selects 3D model in Editor
Regression: first build where issue was introduced: Version 5.4.0b7 (b558e46def43)
Steps:
1. Open attached project
2. Go to "Assets -> Dialogue System -> Examples -> Art -> Recon Troop -> Model"
3. Select "mReconTroop.fbx" model
==>
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.AvatarMaskInspector.IsMaskUpToDate () (at C:/buildslave/unity/build/Editor/Mono/Inspector/AvatarMaskInspector.cs:370)
In previous beta (before b7) was another error:
GetLocalizedString is not allowed to be called from a MonoBehaviour constructor, call it in Awake or Start instead. Called from script 'AvatarMaskInspector' on game object ''.
See "Script Serialization" page in the Unity Manual for further details.
UnityEditor.ModelImporterEditor:OnEnable()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
Add comment