How to load an explanatory animation page before entering the scene

Hello, I am a student with only unity development foundation, I have a functional requirement but I do not know how to achieve it, for example, I have a scene, before I can really interact with the scene, I hope to have a short animation to explain how to operate the scene, after user touching the mobile phone, the small animation disappears and enters the scene. How to achieve this?Can you explain it in detail?

03
such as this hand moving

Hi, you can add an overlay over your webpage with HTML and once the user clicks anywhere on the page you can set a CSS class to your overlay element so it gets faded out and disabled.

1 Like

Since I’m using the Unity-based needle engine, do I make similar edits by finding index.html in the src folder of the Unity project?

Here’s how you get to your web project from Unity (or you can click Directory to open the directory with your Finder/Explorer)

image

Ok, Thank you, I’ll try it this way

This topic was automatically closed 13 days after the last reply. New replies are no longer allowed.