Hi, I am a game developer and I am here to ask a query code containing an issue. I am working on android game & searching for helpful android developer forum. I have searched a lot of forums but issue remains the same. I hope any tech developer can help me over here in resolving the issue.
using UnityEngine;
using System.Collections;
public class Exam : MonoBehaviour {
void Start () {
transform.position.x = 10;
}
}