예제 #1
0
 public static void GX_TimeOfDay_SetupLightingProfiles()
 {
     if (EditorUtility.DisplayDialog("Opening Lighting Profile", "This will open the lighting profile settings. In there you will be able to adjust lighting settings for Gaia, and you can also edit the default lighting parameters for 'Day', 'Nighttime', etc.", "OK", "Cancel"))
     {
         GaiaUtils.FocusLightingProfile();
     }
 }