Search Issue Tracker
Won't Fix
Votes
1
Found in
5.0.2f1
Issue ID
697239
Regression
No
Unity crashes on Unity::GameObject::IsActive when opening a scene
Repro steps:
1) Open attached project
2) Open scene 'client'
3) Editor crashes
Additional information:
From the editor log I can see, that Unity goes to a loop:
(Filename: C:/buildslave/unity/build/Runtime/BaseClasses/GameObject.cpp Line: 870)
Transform component could not be found on game object. Adding one!
(Filename: C:/buildslave/unity/build/Runtime/BaseClasses/GameObject.cpp Line: 748)
GameObject has multiple Transform components! Merged into single one.
and loops until it crashes. Also in error.log it says:
Unity.exe caused an Access Violation (0xc0000005)
in module Unity.exe at 0033:4013b5a6.
Error occurred at 2015-05-16_043438.
I:\Programs\Unity\Editor\Unity.exe, run by Ray.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment