Map selector
This commit is contained in:
12
Assets/SkyboxSaver.cs
Normal file
12
Assets/SkyboxSaver.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class SkyboxSaver : MonoBehaviour
|
||||
{
|
||||
public string skyboxMaterial;
|
||||
void Awake()
|
||||
{
|
||||
DontDestroyOnLoad(this.gameObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user