Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Repository files navigation

UnityDevelopmentBuildMaker

A tool to quickly convert Unity release build into development build.

If you want to attach a debugger, you should use Unity's Attach Unity debugger instead of Attach to Process in Visual Studio.

Note: At the moment this tool only works on Windows. MacOS and Linux support will be added later.

Note: Only Unity 2017.2 or newer is supported.

Usage

Example

./UnityDevelopmentBuildMaker.exe --game-path "D:\SteamLibrary\steamapps\common\Unturned" --editor-path "D:\UnityEditors\2019.4.30f1\Editor"

Supported Command Line Options

Name Required Description
game-path ✔️ Root directory of the game (where the game's executable is located).
is-x86 ❌ Is the game's arch x64 or x86 (x64 if not specified). The game may crash if you specify this wrong.
editor-path ✔️ Root directory of the editor (where Unity.exe is located). Must be the same version the game is using.
help ❌ Display supported arguments.

About

Converts Unity release build into development build with debugger support.

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages