1
0
forked from cgvr/DeltaVR

enable continuous movement by default, move config.json to game folder

This commit is contained in:
2026-01-27 17:25:33 +02:00
parent 24000ec80c
commit 15b92e92b4
7 changed files with 27 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ public class ConfigManager : MonoBehaviour
{
public GameConfig Config { get; private set; }
public static ConfigManager Instance { get; private set; }
private static string configPath => Path.Combine(Application.persistentDataPath, "config.json");
public static string configPath = "config.json";
private void Awake()
{