V
V
Vladislav Mikhailov2018-11-03 21:53:32
C++ / C#
Vladislav Mikhailov, 2018-11-03 21:53:32

Why is SceneManagement not connected?

I write however SceneManagement using UnityEngine.SceneManagement;
is underlined in red, ie. the library is not included. What to do?
5bddeea8bc3f2690142665.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuuki Wesp, 2018-11-04
@AnotherAltr

Library not connected UnityEngine.CoreModule
Causes:
- Very old version of the engine. (In older versions, like before version 2017.X, there was no modularity)
- The project was not generated by the engine (it's stupid to create a library and connect the UnityEngine reference - it will not be enough)
https://docs.unity3d.com/ScriptReference/SceneMana...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question