Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wakatanka

Pages: [1]
1
Support / Re: Splitscreen with tk2dCamera using Normalized View Port Rect
« on: October 09, 2013, 04:42:57 pm »
I temporary solved grouping all the sprite in an empty gameobject, then i scaled all down by script, in my case at 0.75%.

gameobjectcontainer.transform.localScale = Vector3(0.75,0.75,0.75);

hope in a better elegant solution next release.  :D

2
Support / Re: Splitscreen with tk2dCamera using Normalized View Port Rect
« on: October 08, 2013, 08:46:30 am »
Me too, looking to do split screen for four players  ;D

Pages: [1]