mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 19:08:52 +00:00
✨ feat: Unity creator settings
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface AppConfig {
|
||||
version: string;
|
||||
gamePath: string | null;
|
||||
detectedGamePath: string | null;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
export interface UnityStatus {
|
||||
hubInstalled: boolean;
|
||||
editorRoot: string | null;
|
||||
installedVersions: string[];
|
||||
requiredVersion: string | null;
|
||||
installUrl: string | null;
|
||||
match: "ok" | "missing" | "no-editor" | "unknown";
|
||||
}
|
||||
Reference in New Issue
Block a user