2D Toolkit Forum
2D Toolkit => Support => Topic started by: naeem on May 24, 2015, 07:46:05 am
-
Hi.
I am working on a small android game.I was moving my object through Camera.main.screentowordpoint(input.mouseposition);.
After installing 2D toolkit and removing main camera and adding tk2dcamera I am not able to move these objects with mouse.Please tell how can i move these objects now?
-
Camera.main finds the camera with the "Main Camera" tag. You'll probably find your tk2dCamera doesn't have that set, set it and it'll work.