7 Days to Die Wiki
(Created page with "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 e...")
 
Echang13 (talk | contribs)
No edit summary
Tag: Source edit
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
−
Unity is a cross-platform game engine developed by Unity Technologies, and is the game engine used by 7 Days To Die.
+
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 the their new content. Unity exports packages in Unity3D files using an Asset Bundle Export script.
+
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 ==
 
== Assembling the Tool Chain ==
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]
  +
  +
Alpha 19 - Unity Version 2019.2.x [https://download.unity3d.com/download_unity/9d528d026557/UnityDownloadAssistant-2019.2.21f1.exe Download From Unity]
  +
  +
Alpha 20 - Unity Version 2020.3.x [https://download.unity3d.com/download_unity/75bff06b76bf/UnityDownloadAssistant-2020.3.43f1.exe Download From Unity]
   
 
=== Unity Asset Bundle Export Script ===
 
=== Unity Asset Bundle Export Script ===

Latest revision as of 12:05, 30 December 2022

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[ | ]

In order to get started using Unity and adding items into the game, you must download and install the following packages.


Unity[ | ]

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

Alpha 19 - Unity Version 2019.2.x Download From Unity

Alpha 20 - Unity Version 2020.3.x Download From Unity

Unity Asset Bundle Export Script[ | ]

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.