Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPuck McPuck
1,695 PointsGPU profiling is not supported by the graphics card driver?
In the profiler, the message "GPU profiling is not supported by the graphics card driver (or it is disabled because of driver bugs)" appears in the GPU usage bar and is not collecting data. I am using an iMac desktop with OS X El Capitan. Why is this happening?
1 Answer
Nick Pettit
Treehouse TeacherHi Puck,
Unfortunately this is a pretty common problem in Unity. It usually means either the hardware/OS combination is not supported by the profiler, or the profiler has captured frames with the GPU profiler turned off during the capture. You can try turning it on and then playing the game again. Either it will work, or it just means your GPU isn't supported by Unity. It could also be a bug within Unity - although unlikely, the GPU profiler has been known to have issues over the years.
Puck McPuck
1,695 PointsPuck McPuck
1,695 PointsNick,
Thank you very much for your quick response! After restarting the GPU Profiler and running my game again, the same message appeared so there must be a problem with Unity and my hardware/OS combination.