This is my GameManager script:
So my intro screen does not get invoked and the scene remains black. Am i doing something wrong? Unity 5.3.4f1 on iOS
Code (CSharp):
- {
- // Scene remains black
- yield return null;
- }