void Awake()
 {
     if (introloopSettings == null)
     {
         introloopSettings = new IntroloopSettings();
     }
     CreateImportantChildren();
 }
Esempio n. 2
0
        void Awake()
        {
            if (introloopSettings == null)
            {
                introloopSettings = new IntroloopSettings();
            }

            CreateImportantChilds();

            Set3DSpatialBlend(); //For local Introloop.
        }