Search Issue Tracker
Fixed
Votes
0
Found in
5.3.5f1
Issue ID
813068
Regression
No
Recursively calling Awake() method results in crash
Reproduction Steps:
1. Open "Test047" project
2. Open "Test" scene
3. Run scene
Expected: Error or some other notification that such construction is not allowed
Actual: Crash
Example of code:
void Awake () { Awake (); };
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment