A set of tools to help with creating details and props in Unity for Outer Wilds New Horizons
In Unity, go to Window > Package Manager
, once in the package manager click the +
icon on the top left, then select "Add Package From git URL".
Paste following link in as the url
https://github.com/Bwc9876/New-Horizons-Helper.git
To Create a new prop or detail, right click in the project view and go to New Horizons > New Prop Or Detail
. This will create a new prefab in the root of the Assets
folder.
Once you've created your needed prefabs, right click in the project window again and select New Horizons > Build Asset Bundles
. This will create a new asset bundle in the StreamingAssets
folder, the name will match the name of the unity project.
For details on adding your asset bundle to your mod, check this page on the New Horizons repo.