Hello there. I'm new to IOS and just tried to make the simplest game just for test it on IOS Simulator.
Here is the all code
Simple game does not work in IOS Simulator
Here is the all code
Code (csharp):
- using UnityEngine;
- using System.Collections;
- private Rigidbody2D rb;
- // Use this for initialization
- rb = transform.GetComponent<Rigidbody2D>();
- }
- // Update is called once per frame
- {...