forked from cgvr/DeltaVR
enable continuous movement by default, move config.json to game folder
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user