Search Issue Tracker
AssetPostprocessor - Scripts should be compiled before importing animati...
It looks like Unity doesn't recompile scripts before importing animations&models. It causes a problem when you update the project (l... Read more
Editor window's title bar is hidden behind alternative task bar position.
Editor window in launched behind alternative task bar position. Repro Steps: 1) In windows, move the position of the windows task b... Read more
WebPlayerApplet: the progress bar frame shows up incorrectly
The progress bar frame shows up incorrectly (not pixel perfect) when both the frame and the bar images are of the same size. Read more
AOT failure when generic type array is exposed using ReadOnlyCollection<>
Looks like AOT failure. When accessing Node<T>.node directly - everything works fine. If it's wrapped with ReadOnlyCollection<> prop... Read more
There is a problem with animation timing precision.
There is a problem with precision of animation times. We use two counters for counting animation time: 1) float m_WrappedTime; // [... Read more
GameView clears what the user rendered to screen in Update() with camera...
The GameView editor window clears the entire game view rect with the GameViewBackground style (dark gray with drop shadow) in OnGUI,... Read more
Improve webplayer fullscreen - default resolution
"Default Screen Width and Default Screen Height are used by the Web Player when entering fullscreen mode through the context menu in... Read more
Search results should keep their indentation to ease locating the file.
Search results should keep their indentation to ease locating the file. Repro: 1. Open the boot camp demo project. 2. In the projec... Read more
SoftOcclusion trees are not affected by Terrain Wind since 3.0
The terrain tress are not being affected by wind. Repro Steps: 1) Launch unity 3.2.0f3_60620 2) Create new terrain: 50x50 res and... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
- Code continues to run after enabling the Frame Debugger when in paused Play Mode and using 'WaitForSecondsRealtime' coroutine
- Dragging and dropping files from the Unity Editor to a different app doesn't work when Cmd-Tab is used to switch apps
- SDF Baking causes memory to be allocated that isn't deallocated when in Play Mode and in Builds