batchmode nographics with FPS limit?

Hi, I’m trying to train an AI. Doing this with graphics is obviously a waste of resources, so I’m executing via

myProg.exe -batchmode -nographics

However, my FPS log still shows me steady 60FPS… I already set Application.targetFrameRate = 10000, didn’t change a thing.

Any way to fix this? Thanks!

Nevermind, I had QualitySettings.vSyncCount still activated! :slight_smile: