Difference between revisions of "Unity"
MannedTooth (talk | contribs) |
m (→Unity: Added Unity version specification for the Alpha 18 version of Unity) |
||
Line 13: | Line 13: | ||
Alpha 17 - Unity Version 2018.2.x [https://download.unity3d.com/download_unity/cef3e6c0c622/UnityDownloadAssistant-2018.2.20f1.exe Download From Unity] |
Alpha 17 - Unity Version 2018.2.x [https://download.unity3d.com/download_unity/cef3e6c0c622/UnityDownloadAssistant-2018.2.20f1.exe Download From Unity] |
||
+ | |||
+ | Alpha 18 - Unity Version 2019.1.x [https://download.unity3d.com/download_unity/292b93d75a2c/UnityDownloadAssistant-2019.1.0f2.exe Download From Unity] |
||
=== Unity Asset Bundle Export Script === |
=== Unity Asset Bundle Export Script === |
Latest revision as of 21:38, 9 December 2019
Current game stage: 1
Unity is a cross-platform game engine developed by Unity Technologies, and is the game engine used by 7 Days to Die.
Modders interested in adding custom blocks, sounds, and entities into the game would need to use Unity to package up their new content. Unity exports packages in Unity3D files using an Asset Bundle Export script.
Assembling the Tool Chain[edit | edit source]
In order to get started using Unity and adding items into the game, you must download and install the following packages.
Unity[edit | edit source]
Alpha 16 - Unity version 5.3.8p Download From Unity
Alpha 17 - Unity Version 2018.2.x Download From Unity
Alpha 18 - Unity Version 2019.1.x Download From Unity
Unity Asset Bundle Export Script[edit | edit source]
To add support to Unity to allow it to export Unity3d Asset bundles, a script must be downloaded and installed in unity.
The script may be found here: Export Asset Bundle Script. Copy the contents of the script into a file called ExportAssetBundles.cs.