4 Commits

Author SHA1 Message Date
Anemunt
ac1fab021c Adding notes in commonly edited scripts to clarify where functions with // notes to know what the script does in better detail. 2025-12-30 09:24:16 -05:00
Anemunt
67e6ece953 A few updates to the Project layout + some compatibility stuff lol.
New Project layout i added:
ProjectName/
├─ Assets/
│ ├─ Scenes/
│ ├─ Scripts/
│ │ ├─ Runtime/
│ │ └─ Editor/
│ ├─ Models/
│ ├─ Shaders/
│ └─ Materials/
├─ Library/ (aka CacheLibrary)
│ ├─ CompiledScripts/
│ ├─ InstalledPackages/
│ ├─ ScriptTemp/
│ └─ Temp/
├─ ProjectUserSettings/
│ ├─ ProjectLayout/
│ ├─ ScriptSettings/
│ └─ UserPrefs/ (optional)
├─ packages.modu
├─ project.modu
└─ scripts.modu
2025-12-30 08:52:52 -05:00
Anemunt
7a2497ebfd Fixed Git manager lol 2025-12-22 20:20:47 -05:00
Anemunt
655d4cce49 added Git Package Manager 2025-12-18 16:38:45 -05:00