This repository was archived by the owner on Apr 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # UnityDevelopmentBuildMaker
2+
3+ A tool to quickly convert Unity release build into development build.
4+
5+ If you want to attach a debugger, you should use Unity's ` Attach Unity debugger ` instead of ` Attach to Process ` in Visual Studio.
6+
7+ > * Note: At the moment this tool only works on Windows. MacOS and Linux support will be added later.*
8+
9+ > * Note: Only Unity 2017.2 or newer is supported.*
10+
11+ ## Usage
12+
13+ ### Example
14+
15+ ``` cmd
16+ ./UnityDevelopmentBuildMaker.exe --gamePath "D:\SteamLibrary\steamapps\common\Unturned" --is64Bit --editorPath "D:\UnityEditors\2019.4.30f1\Editor"
17+ ```
18+
19+ ### Supported Command Line Options
20+
21+ | Name | Required | Description |
22+ | ------------- | ------------------ | -------------------------------------------------------------------------------------------------------- |
23+ | gamePath | :heavy_check_mark : | Root directory of the game (where the game's executable is located). |
24+ | is64Bit | :heavy_check_mark : | Is the game 64 or 32 bit. The game may crash if you specify this wrong. |
25+ | editorPath | :heavy_check_mark : | Root directory of the editor (where ` Unity.exe ` is located). Must be the same version the game is using. |
26+ | help | :x : | Display supported arguments. |
You can’t perform that action at this time.
0 commit comments