Legacy GUI + UGUI...

Greetings!

I am using Ork Framwork to assist me when it comes to make my game since I am not really a good scripter.

I have gui elements that are using legacy gui to create my menu etc etc. It also is using gui boxes to display my actionbar I have.

Now I wanted to have Globes to display my health instead of a bar so I used the UGUI to add a slider and then using a script that ork had to take a statusvalue from ork into that slider.

The problem I have is that my globe which needs to be ON TOP becomes on the bottom instead… so the regular actionbar is covering half my health globe :frowning:

I am not sure how I can get the UGUI health globe to come ontop of the Legacy Actionbar that Ork has created for me…

Any help is dearly appreciated!

/T

I’m not sure it can be done. Legacy OnGUI was designed to refer on top of everything. As painful as it sounds, it might be time to bite the bullet and do a full scale conversion.

I solved it :slight_smile:

I simple took away the background on that actionbar in OnGUI and then made a second canvas and added it there instead. Then I could set the sort order. So now I have OnGUI for my menu part and New GUI for my ActionBar HUD. Thanks for replying!

1 Like