9
2019
Creating Single .EXE from Unity Build Files
Using Enigma Virtual Box
https://enigmaprotector.com/en/downloads.html
– Select input file name: (This is .exe file from unity build)
– Enter output file name: (this is the output single exe file) *This MUST be same as the original .exe file name, so that data folder gets found.
– Click Add / Add Folder Recursive ..
– Browse to your Build folder, for example ../Builds/ within your unity project (next to Assets/ folder)
– Now you can test your single exe file
– Note: Loading data from StreamingAssets/ folder within the single exe app seems to work also.
Warp
Tested this tool also, works, but seems to leave console window open when exe is run..
– https://github.com/dgiagio/warp#windows-1
TODO
– Check if enigma supports command line arguments, then you could make it automatic with some editor scripts!
Related Posts
5 Comments + Add Comment
Leave a comment
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
Cool! I’ll be coming back looking for this tip later.
Is the new exe size significantly bigger than old exe+data+dll?
only 1mb difference or so.
plugin to do similar stuff easily:
https://forum.unity.com/threads/wip-vieuapp-beta-unity-virtualization-protection-technology.724157/
I was looking for this