In our studio we design high quality polygonal 3d models for CNC machines or 3d printers according to your preferences.
Vendor: 3d-66294
Category: Games
Reminder!
Order delivery time is 5-7 working days after payment
The link is sent to your email or messenger
Subsiege .GameLogic { public class LevelManager : MonoBehaviour { public static LevelManager Instance { get; private set; } public LevelData CurrentLevelData { get; private set; } public event Action OnLevelLoaded; private void Awake() { if (Instance != null) { Destroy(gameObject); return; } Instance = this; DontDestroyOnLoad(gameObject); } public void LoadLevel(LevelData levelData) { CurrentLevelData = levelData; SceneManager.LoadScene(levelData.SceneName); OnLevelLoaded?.Invoke(); } } }
for CNC and 3D printers.