New user Questions about license/features support

Hi everyone,

I’m thinking of porting my game to unity and have a few questions:

  1. Without including assets, what is the approx minimum size of the non pro desktop, iphone and android deploy builds? My game is 2d (2d sprites), networked and the game logic will be very lightweight. I’m however concerned that the build maybe large if it includes the features I’m not using such as 3d and physics. Also I won’t be using the pro versions so wont have access the the “Build size stripping” feature.

  2. “Text input in UnityGUI” is not supported for flash. What is the ETA for this feature? I have a number of forums such as login and registration.

  3. What licenses support the flash build? Can I build flash from the non pro unity version?

Thanks everyone.

  1. iPhone/Android (Size on app store) should be around 15-30 MB
  2. No one here can give you an ETA for that.
  3. Flash is free. Just download unity 3.5 basic.

Umm.

Do I not remember or none of the flash games keyboard input?
As far as I remember none.

Solution
Plan your own method. Eg make a on screen keyboard
Like onmouseclick

Var keyboard = “a”

So basically so on you can make it if you need it for name input or another basic function