canvas render mode

All about user interface, be it customizing built-in UIs or adding new ones.
Post Reply
piecefull
Posts: 1
Joined: 25 Jul 2021 02:55

canvas render mode

Post by piecefull »

Hi - I'm new to naninovel and unity. I'd like to integrate naninovel with my existing project, which is using canvases that are using overlay render mode (I'm doing all the graphics in my project with unity ui :| ...)

I'd like to pop up some dialogs using naninovel while my game remains on screen. If I modify the naninovel canvases for dialog and UI buttons etc. to use overlay render mode after they're instantiated then it works fine. Or I can modify all the prefabs? If I don't do that then my existing canvases obscure the naninovel canvases.

Is there a recommended way to do what I'm trying to do? Thank you.

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

Re: canvas render mode

Post by Elringus »

Hi, Some features (eg, UI toggle) won't work correctly if you set the overlay mode for Naninovel UIs. I'd recommend using camera mode for your custom UIs as well (see adding custom UIs in the docs for more info).

Post Reply