gamedevserj / UI-System-Godot

UI system for Godot engine
MIT License
13 stars 1 forks source link

Provide example in 3D #1

Open GeorgeS2019 opened 2 weeks ago

GeorgeS2019 commented 2 weeks ago

https://github.com/godotengine/godot-demo-projects/tree/master/viewport/gui_in_3d

gamedevserj commented 2 weeks ago

The project you mentioned has some issues in 4.2
https://github.com/godotengine/godot/issues/66247#issuecomment-2043730623

That being said I'm not sure this is going to be compatible with the current system. It looks like a good thing to have and I'll check how it might be implemented after the issue is solved, but for now support for 3D menus is not planned.

GeorgeS2019 commented 2 weeks ago

@gamedevserj The issue is referring to a specific part. The challenge for you is to learn how to display 2D GUI in 3D environment using viewport, in way has not attempted before using c#

This will be game changing if you can show it - even with simple GUI