Visual Profiler not working anymore (SOLVED)

Hi,
how to get it working again?
I always bind hotkeys to toggle the VP for quick access and to toggle run/pause and never had a problem with it.
At some point i must have do something wrong but i don’t know when or what i did.
Pressing the key to run VP does nothing but pressing the key to pause i get an error:

ERROR:SCRIPT: …: attempt to index global ‘profiler’ (a nil value)…

I have not changed anything in the related script.

1 Like

Do you mean this?
If so, this happens mostly because you are building as release(not debug) or you have a custom manifest file which exclude the profiler.

3 Likes

OMG you are right, custom manifest was the culprit :blush:
Thanks!

2 Likes