public void Initialize(ProfilerSystem sys)
        {
            transform.name = "_ProfilerUpdate";
            DontDestroyOnLoad(gameObject);

            _system      = sys;
            _initialized = true;
        }
Example #2
0
 public static void Reset()
 {
     _telemetryTick = null;
     Profiler       = null;
 }