Reply to thread

The plugin has to be enabled, otherwise Start() doesn't get called, of course.


Anyway, I just compiled your code, set a breakpoint in Start() and debugged it. As expected it stopped there, so it gets called. All is working as it should, as it seems.


Top Bottom