How to access the LoadingUI in a CustomUI?

All about user interface, be it customizing built-in UIs or adding new ones.
Post Reply
zopez01
Posts: 5
Joined: 12 Jul 2021 04:54

How to access the LoadingUI in a CustomUI?

Post by zopez01 »

Greetings, I am using the CustomUI to create a home screen by episodes, through PlayScript I indicate the name of the Script to execute, the screen works correctly, the problem is that when starting the Script .nani the transition freezes a little and the fading is very sudden, I would like to be able to show the LoadingUI while this happens.
Is there any configuration to access the LoadingUI or do I have to do it through c#?

Image

zopez01
Posts: 5
Joined: 12 Jul 2021 04:54

Re: How to access the LoadingUI in a CustomUI?

Post by zopez01 »

Resolved, create a new c# script to use the Naninovel.UI interface that requires.

https://naninovel.com/guide/user-interf ... tomization

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: How to access the LoadingUI in a CustomUI?

Post by idaot »

You can also use @ShowUI LoadingUI in naniscript.

Post Reply