Strictly 2D?

Posted: 01 Feb 2021 15:36
by decoy

I know Naninovel doesn't rely on Unity Scenes in order to function; However, is it possible to use scenes to create 3D environments and 3D characters as opposed to 2D characters and backgrounds? Looking at the Dome King trailer - it seems like the developer was able to achieve this. I would still like to utilize all the features like skip/quick saves, etc - but I would prefer to create my environments in Unity Directly as opposed to having to render them for use later. Thank!


Re: Strictly 2D?

Posted: 01 Feb 2021 20:08
by Elringus

Sure, you can use 3D objects (or actually any objects, composed in prefabs) with generic or custom implementations (available for both characters and backgrounds): https://naninovel.com/guide/characters. ... characters For backgrounds specifically you can also use Unity scenes: https://naninovel.com/guide/backgrounds ... ackgrounds

"Scene independent" is mostly about lifecycle design of the framework (meaning it's initialized and destroyed independent of scene load-unload operations); Naninovel is not limiting in any way in how you can use Unity.