The referenced script (Unknown) on this Behaviour is missing!
After I do Enable Profiler, the script on ECSScheduler GameObject occasionally disappears after I interact with the Svelto.ECS.Profiler GameObject. I get the warning on the title.
Also, my Engine Profiler Behaviour is empty, there are no systems there.
I opened the project in Unity 2018.2.3f1.
interesting, thanks for pointing it out, I'll try it asap.
know though that Svelto.ECS.Profiler is not that useful, as it just profiles the time it takes to execute the Add and Remove callbacks, which use should be really rare.
Svelto.Tasks.Profilers is instead more important if you decide to use Svelto.Tasks to do loops.
Thanks for the tip, I'll take a look at it.