Search Unity

Property binding in new UI

Discussion in 'Immediate Mode GUI (IMGUI)' started by Kjell-Andersson, Oct 19, 2014.

  1. Kjell-Andersson

    Kjell-Andersson

    Joined:
    Oct 15, 2014
    Posts:
    14
    I'm trying out the new Unity UI system but is missing some sort of property binding system. As I have understood this is not going to be part of the new UI system. This could be fair if there would have existed a good alternative solution, but that does not seem to be the case. I found the PropertyReference component that is available in NGUI, but it seems like a bit undone if you need to use NGUI to supplement the new built in GUI system.

    My question thus:

    Anyone know of any lightweight solution (i.e. not NGUI) for property binding?