Search Unity

Would making a Fully GUI based game be possible on Unity?

Discussion in 'Immediate Mode GUI (IMGUI)' started by Davidbati, Feb 5, 2015.

  1. Davidbati

    Davidbati

    Joined:
    Feb 5, 2015
    Posts:
    1
    Can a fully GUI game be made on unity? I will try to explain the best i can, basically a game were all the actions are performed by buttons. Like the whole game is 1 big menu. Obviously with images and such but no characters no movement no map. Just GUI.

    Also how script intensive would a project like this be?
     
  2. BMayne

    BMayne

    Joined:
    Aug 4, 2014
    Posts:
    186
    It could totally be done. If you are using OnGUI it would be slower but since your whole game would just be one menu it would not really matter that much. However I would suggest to use uGUI. It would be a much faster and less painful process.
     
  3. ThisIsSparta

    ThisIsSparta

    Joined:
    May 4, 2014
    Posts:
    142
    Of course is achievable! The new UI system is incredibly robust! I'm working on a full gui game atm! :)