Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b1
Issue ID
759462
Regression
Yes
'GetLocalizedString is not allowed...' error in console on dropping sprite into scene
1. What happened
Dropping sprite into scene view causes the following error to be logged into console:
GetLocalizedString is not allowed to be called from a MonoBehaviour constructor, call it in Awake or Start instead. Called from script 'SpriteRendererEditor' on game object ''.
See "Script Serialization" page in the Unity Manual for further details.
UnityEditor.SpriteRendererEditor:.cctor()
-----------------------------------------
To repro:
- Create new scene
- Drop 'Sprite (2D and UI)' asset into Scene view or Hierarchy.
---> Error appears in console
Also the same error appears in console every time project is reopened and the sprite is selected.
2. How we can reproduce it using the example you attached
- can use sprite from the attached project to repro the above sequence.
Regression from 5.3.1p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Add comment