Penelope

Hello, i just tried the penelope tutorial on my ipad. Game starts, shows Titlescreen, screen shakes and orbs are spreading but than I getting a black screen. Anybody else had this?

Do you see any errors in Xcode debugger console?

I went ahead with the “Build and Run” which went to Xcode and ran the app to the iPad but it did stop at the place where Devision4 indicated. Here is the console output…

NullReferenceException: A null value was found where an object instance was required.
at WaterMovement.Update () [0x0001b] in /Users/macuser/New Unity Project 3/Assets/Scripts/WaterMovement.js:18

(Filename: /Users/macuser/New Unity Project 3/Assets/Scripts/WaterMovement.js Line: 18)

Unity throws a bunch of errors, here is one of them…
Assets/Scripts/Joystick.js(62,20): BCW0012: WARNING: ‘UnityEngine.GameObject.active’ is obsolete. GameObject.active is obsolete. Use GameObject.SetActive(), GameObject.activeSelf or GameObject.activeInHierarchy.