2D Toolkit Forum
2D Toolkit => Support => Topic started by: Tongie on September 25, 2012, 10:41:46 am
-
I was doing fine with addforce(jumping) with the unity camera but with i switch to tk2dCamera the addforce does not work anymore. Is it the camera or do I have to tweak something in order to make the addforce work?
-
The scale with tk2dCamera will be a lot bigger. 1 unit = 1 pixel with tk2dCamera. Keep increasing the amount you add :)
-
thanks...