The workspace is as follows:
- Unity 2023.2.20
- VisualStudio 2022
Scripts are distinguished into three categories
- Server only:
./SunshineMiner/SunshineMinerServer/ServerOnly - Client only:
./SunshineMiner/SunshineMinerClient/Assets/Scripts/ClientOnly - Shared code:
./SunshineMiner/SunshineMinerShared/Shared
Use mklink.bat to create links automatically.