Transitioning from JotunnLib
When switching from JotunnLib to the new combined Jotunn library, you'll find that most things have remained similar, but are just renamed or used slightly differently.
The notable changes between JotunnLib and the new Jotunn are:
- VS project setup & dependencies
- Renamed managers & methods
- Register events have been removed
- The process for adding prefabs and interacting with the PrefabManager
- A larger focus on using assets created in Unity
A few of the more minor changes between JotunnLib and the new Jotunn are:
- ReflectionUtils has been renamed to ReflectionHelper
In addition, there are a whole bunch of new features added, such as support for custom status effects, custom UI, and loading recipes from JSON. Check out the tutorials section to see how to do all of these and more.