Search Issue Tracker
Fixed in 4.3.4
Votes
241
Found in
4.2.2f1
Issue ID
571984
Regression
No
Maverick and Unity performance issues
On some Mac's with OS X 10.9 Unity performance is very bad, including stuttering, editor freezes, editor lags and similar.
We found that there seems to be a leak in Maverick's OpenGL ARB VBO implementation.
Our text rendering creates and destroys a lot of VBO's so it is most likely that this happened after around 10 minutes of working with Unity and the inspector or other text heavy components in unity uploading a lot of geometry.
Terrains will be especially affected, but of course just loading a scene / unloading a scene will load / unload VBO's for all the meshes too.
This issue has been fixed with a workaround in 4.3.4. We are working with Apple to get a proper fix done, at which point we will be able to remove the workaround.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Happy Harvest] #ThunderLabel text is "\u26C8" instead of "⛈"
- Warning “New Sprite Atlas: There is a mismatch in secondary textures of sprites compared to WhiteUnit, wasting texture space and potentially break draw call batching. Affected Sprites are (Flag)“ is thrown when packing Atlas with Sprite Atlas V2
- Sprite Editor dropdown text is cut-off for options with longer text
- Sprite Editor can't be scrolled horizontally using the trackpad gesture
- BRG picking skips BatchDrawCommandProcedural when selecting the GameObject in the scene
DarJam
Nov 20, 2013 22:59
Much worse problems in4.3, had to revert to 4.2 which freezes semi regularly but is bearable; just.
mrjordan
Nov 20, 2013 21:46
Performance is fine when Unity is first started. But after a minute or two, it stutters like crazy. The profiler shows unbelievable increases in "Overhead". When the project is deployed to a mobile device, it runs like butter. :)
atmuc
Nov 20, 2013 20:21
while playing do not select any game object. when you select a game object while it tries to refresh inspector values it cause glitch on game view.
Daniel Brauer
Nov 20, 2013 18:11
We've encountered this issue with our project and 4.3.0f4. It seems sporadic, and is usually temporarily fixed by restarting Unity.
littlemuggo
Nov 20, 2013 17:22
Running build 4.3.0f4 with Mavericks. If I have the hierarchy, project, etc open while running a game - get nasty frame hitches. If I play with "maximize on play" selected, the performance is substantially better. Editor crashes 1-2 times daily in addition to long pauses (3-4 time daily ranging between 5-10 minutes). Lose about an hour of work each day due to this issue.
PDZ
Nov 20, 2013 16:43
Really bad performance in editor and on play. Seems to be the bad performance builds up through successive plays. Restarting the scene does not help but closing the Unity editor and opening it again resolves it temporarily.
Editor jitters really badly, but you can see for example transform values being updated smoothly
TheDesignZoo
Nov 20, 2013 16:43
Major Issues with load in the editor and builds, it is stuttering very badly during development. We have a client build to be ready for Friday and this is a major issue. Seems to get progressively worse during multiple runs of the scene and over time.