playMaker

Author Topic: GUI Window Manager  (Read 1889 times)

vicenterusso

  • Playmaker Newbie
  • *
  • Posts: 1
GUI Window Manager
« on: January 25, 2014, 06:29:43 PM »
Hi!

I have searched the whole forum and did not found anything related to window manager, like opening, closing, depth sorting, setting actions (custom) and stuff like that. Is it possible with Playmaker, right?

Whats the best sample/demo scene available that is closest to what I need?

Thank you :)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: GUI Window Manager
« Reply #1 on: January 27, 2014, 05:07:54 AM »
Hi,

 Unity GUI Windows is not supported by PlayMaker because of the scripting nature and needs of Gui Windows ( requires a specific script per windows...)

 So if scripting is ok for you, go for it, else, I would recommand using a 2d framework like Ngui, 2dtoolkit or DkForge.

bye,

 Jean