- Home /
2d app development
I've been wanting to create a mobile 2d game in unity3d and have been researching for hours only to find a ton of different plugins and a bunch of different methods. Is it viable to create a 2d game using gui textures because it seems like the simplest way with just using code to create the behavior for the textures? or do i really have to get and learn how to use plugins like orthello, sprite manager, itween, texture packer, etc..
I also heard that OnGui is too slow for mobiles so i won't use that.
would i be able to create a sprite sheet with texture packer, import it into unity, and then somehow create guitextures for each sprite? or do i have to have individual images that take up more drawcalls and whatnot...
I am a newb at 2d development, sorry.
Answer by whydoidoit · Jun 01, 2012 at 10:33 AM
The are free tools for 2d sprites and games - this tutorial lists some of them. http://www.rocket5studios.com/tutorials/make-a-2d-game-in-unity3d-using-only-free-tools-part-1/
yup, ive been to that page and downloaded the plugins, i just wanted to make sure i was using the best possible free plugins available, ins$$anonymous$$d of wasting time learning how to use lesser ones.
Well all I can say is that when you can find $65 I can't recommend 2D Toolkit highly enough. The collision detection bit of that thing really rocks.
Your answer
Follow this Question
Related Questions
Properly organizing complex UI on mobile 0 Answers
Unity - dragging a RigidBody2D Gameobject by mouse/touch without any lag 0 Answers
Making 2d joystick correct to controls (mobile) 0 Answers
random generated map mobile game frame rate lag 1 Answer
Is it a good idea to use Lightweight Render Pipeline? 0 Answers