Quantcast
Channel: Questions in topic: "javascipt"
Viewing all articles
Browse latest Browse all 1875

what is the newer version of this piece of code?

$
0
0
topWall.size = new Vector2 (mainCam.ScreenToWorldPoint (new Vector3 (Screen.width * 2f, 0f, 0f)).x ,if); topWall.center = new Vector2 (0f, mainCam.ScreenToWorldPoint (new Vector3 (0f, Screen.height, 0f)).y + 0.5f); I am learning how to make 2D game, the tutorial is using unity 4.3, but I have unity 5. It's about the camera view thing...

Viewing all articles
Browse latest Browse all 1875

Trending Articles