Unity GUI Potential
Loading...
14,587
Loading...
Uploader Comments (dankokozar)
see all
All Comments (13)
-
How did you do the messagebox callouts?
-
Is your GUI system available on Unity's Asset Store? If so, what's its name? If not, will it be available in the near future? Price?
-
song?
-
Dat music
-
Please release a tut on this....even if it's a mini tut
-
interesting approach...
-
Vrlo moćno =)
Loading...
I believe you are talking about a YouTube feature that allows you to add comments *over* the video.
dankokozar 3 weeks ago
- not yet
- has still a working title
- i hope so- standard unity gui price (look at asset store)
dankokozar 2 months ago
MVC is implemented with wrapper class which wraps around collection (which is generic list). This class extends event dispatcher and dispatches an event when any element in the list changes.
Views (data grids) are subscribed to this event and get notified when they need to update (rebuild it's structure).
When element in the list need to be changed, it can be changed via wrapper only, cause internal list is private.
Danko
dankokozar 1 year ago