Which version of unity should i install to take advantage of UI Toolkit with Naninovel?
Posted: 11 Dec 2021 15:14
by RubbleRaider
Which version of unity should i install to take advantage of UI Toolkit with Naninovel?
Newbie here -- trying to get unity installed and learn a little of it before I take the plunge and buy Naninovel. It looks perfect though and I was hoping someone might be able to tell me which version specifically of Unity that i need to be using to take advantage of current Naninovel features - and the thread about UI Toolkit made me wonder?
Thank you!
Re: Which version of unity should i install to take advantage of UI Toolkit with Naninovel?
Posted: 11 Dec 2021 15:28
by idaot
The recommended version for Naninovel version 1.17 (which support UI Toolkit) is 2019.4.30. The minimum supported version will always be stated on the store page. You can download it from here: https://unity3d.com/get-unity/download/archive
Re: Which version of unity should i install to take advantage of UI Toolkit with Naninovel?
Posted: 11 Dec 2021 20:30
by RubbleRaider
Thanks so much! Now I just need to learn the bare minimum of unity to use Naninovel!
Re: Which version of unity should i install to take advantage of UI Toolkit with Naninovel?
Posted: 11 Dec 2021 21:37
by Elringus
I'd actually not recommend using UI Toolkit. It's still early in development, not stable enough, lack documentation and miss features compared to the default UI system (uGUI). You'll also have to implement an integration layer between Naninovel and UI Toolkit. In our example project we render the UI Toolkit document via render texture inside regular uGUI using a custom adapter. In a real project you'd probably have to extend that or make a custom adapter/integration.