Hi, Can anyone help
I downloaded ver 4.5 free Unity. Made a project ready for any iOS device.
I downloaded Remote 4. It created a scene called Remote with a gameObject
called Code and two scripts attached (Remote Connection and Screen Steam)
I attached my Apple Tab by USB.
I get an error saying ‘Object reference not set to an instance of an object’
------------------------------ Trying Remote 3 ----------------
After trying that I downloaded an APP for the Apple called Remote 3
I put in my IP and I get press PLAY on the Apple screen.
(1) Should my game show on the Apple screen ?
(2) The game runs on the Unity game screen but not look different.
(3) Can I make an APK and run it on my own Apple tab without going
through the Apple Store ?
I’ve got the same problem.
Unity didn’t find my ios devises. I’ve chosen “any ios device” in Editor settings and I push play.
But my screen of device didn’t show anything except “Connect the device with usb cable to your…”
I was trying with cable and WiFI.
iTunes and iTouls found my devices with cable. With WiFi didn’t.
What is the reason?
Also, please, add what iTunes version you’re using, or at least make sure you have the latest one. (Behind the scenes editor uses iTunes’ usbmuxd to establish connection to remote app).
P.S. Remote 4 uses USB exclusively, it doesn’t support Wi-Fi.
P.S.2. Sometimes it’s stubborn, and just refuses to work. Some things to try are:
Stopping/playing your game in editor.
Deselecting and reselecting “Any iOS Device”.
Restarting editor, and making sure no “unityiproxy” processes are running. Either use “Activity Monitor” or just run “killall unityiproxy” in command line.
We also noticed that in some rarer cases device reboot is required. But usually things above should solve the issue.