diff --git a/ECS/EnginesRoot.cs b/ECS/EnginesRoot.cs index bc9c6df..20fa828 100644 --- a/ECS/EnginesRoot.cs +++ b/ECS/EnginesRoot.cs @@ -49,7 +49,7 @@ namespace Svelto.ECS _implementedInterfaceTypes = new Dictionary(); #if ENGINE_PROFILER_ENABLED && UNITY_EDITOR - GameObject debugEngineObject = new GameObject("Engine Debugger"); + UnityEngine.GameObject debugEngineObject = new UnityEngine.GameObject("Engine Debugger"); debugEngineObject.gameObject.AddComponent(); #endif }