Hello,
We're getting odd visual corruption on low end hardware for some of our game users. Fonts are probably the bigger issue, but some sprites aren't loading ether.
Any thoughts, guesses or suggestions are greatly appreciated ... we're running low on ideas :|
Info is limited from the users with the problem but this is what we know:
- We're thinking visual quality was an issue, but turns out it only clears things up for a second then goes back to being corrupted. (we can turn off shadows etc at runtime)
- Latest chrome browser (21.0.1180.89 m) with Unity Plugin (not the Chrome native client). But we've seen this on up to date Firefox uses as well (hence we think it's not browser related).
- Latest possible drivers. (one user is currently trying older drivers just to see)
- DX9 seems in order, but we're checking on that.
- Hardware is:
-- User1: AMD Athlon 7750 Dual Core 2.7Ghz. 2 Gigs of ram. GeForce 9600 GT.
-- User2: Intel Core 2 Duo E7500 2.9Ghz. 6 Gigs of ram. ATI Radeon HD 4550.
- This seems to have happened with our upgrade from NGUI 1.6 to 2.1.0 but just a guess based on timing user first saw this issue.
Attached are two files, pic of visual corruption and pic of expected look. Note that he corruption blinks in/out, seems like every frame and slightly different each time ... almost like sprites are interlaced (same depth in NGUI used to cause this).
Questions we can think of:
- Could we be running out of depths for NGUI widgets?
- Could we be running out of memory for NGUI widgets (UI as in pics has about 350 widgets/sprites/labels)
- Why would it show up well for a second then start corrupting?
- Is there anything that changed in new NGUI to cause Z-depth fighting?
Thank you.