Strictly 2D?

Discussion of topics that don't fit other sub-forums.
Post Reply
decoy
Posts: 1
Joined: 01 Feb 2021 15:33

Strictly 2D?

Post 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!

Elringus
admin
Posts: 521
Joined: 11 May 2020 18:03

Re: Strictly 2D?

Post 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.

Post Reply