2D Toolkit Forum

2D Toolkit => Support => Topic started by: Tongie on September 25, 2012, 10:41:46 am

Title: addforce does not work in tk2dcamera?
Post 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?
Title: Re: addforce does not work in tk2dcamera?
Post by: unikronsoftware on September 25, 2012, 11:12:09 am
The scale with tk2dCamera will be a lot bigger. 1 unit = 1 pixel with tk2dCamera. Keep increasing the amount you add :)
Title: Re: addforce does not work in tk2dcamera?
Post by: Tongie on September 25, 2012, 05:10:25 pm
thanks...