Ejemplo n.º 1
0
 protected void Start()
 {
     // Register hooks with platform interface
     Debug.Log("[SensoManager] Start");
     Play.Init(this);
     //logging = Debug.isDebugBuild;
     _sensoCenter = sensoHardwareConfiguration.upperLeftCorner + sensoHardwareConfiguration.Dimensions / 2f;
     _cog         = _lastValidCog = _simulatedCog = Vector2.zero;
 }
 protected void Start()
 {
     // Register hooks with platform interface
     Debug.Log("[SensoManager] Start");
     Play.Init(this);
     if (autoHelloOnStart)
     {
 #if UNITY_EDITOR
         SimulatedOnHello();
 #endif
     }
     _sensoCenter = sensoHardwareConfiguration.upperLeftCorner + sensoHardwareConfiguration.Dimensions / 2f;
     _cog         = _lastValidCog = _simulatedCog = _sensoCenter;
 }