-
Notifications
You must be signed in to change notification settings - Fork 24
Installation
FishAus edited this page Aug 14, 2018
·
15 revisions
- Install Unity 2018.x or 2017.3.0f3 https://www.unity3d.com anything before this is likely to give you errors.
- Make a fresh, empty project.
- Download and import the Eco ModKit unity package.
As 06/20/2018 (mm/dd/yyyy) the Unity project needs to be running .NET 4.x. There is potential you will get script errors if you are not.
To change your Unity project goto Edit -> Project Settings -> Player Find configuration and make sure 'Runtime Version' is set to .NET 4.x
Check the other tutorials for mod kit usage.
- Custom-Chat-Commands
- Generic-Authorization
- Item-Callbacks
- Modifying-the-World
- Save-Load
- Reacting to player events
- Debugging store interactions
- Creating skills
- Maintain mods automatically
- Overriding Translations
- Creating UIs for Mods
See all pages (above) for reference & usage tutorials.