Unity 5: Loading Screen
I am trying to make a loading screen in my game in Unity 5, but i have some problems…
If you got anything, please make me the script… as you may or might've known, I AM NOT THAT GOOD WITH PROGRAMMING!!! >_<
Answer by OctoMan · Oct 07, 2015 at 06:41 PM
There is not much to code. Use a full screen loading image, and before you load a new scene, "just activate" that image. Also make sure it is inactive when you start the scene.
Cheers
Answer by SheZii · Jan 30, 2019 at 07:51 AM
Detailed Unity3D Actual Loading Screen Tutorial (With free C# Script and Demo project) http://techscenarios.com/2019/01/unity3d-add-loading-screen-to-your-game/
Or watch it on Youtube https://www.youtube.com/watch?v=fx9XjUS1VEQ
Your answer
Follow this Question
Related Questions
[ISSUE] Delay after splash screen 5 Answers
Unity 5 Loading Screen Script? 3 Answers
Doesnt build my unity game 0 Answers
Various LoadAsset Errors after Upgrading to Unity 2018.3.13f1 1 Answer
How to initiate something before Application.LoadLevel? (C#) 0 Answers