Edit of asset "Panel3D" Rejected
This asset edit has been rejected. Reason: Icon URL does not resolve.
Old/Current | New/Edit | |
---|---|---|
Title | Panel3D | |
Description |
Load any scene into a flat panel in 3D. Useful for easily making UI in 3D. To use, just create a Panel3D and set the scene to load. To interact with the panels you need to use a raycast that sends the correct data to the panel. If you have any issues, my email is [email protected], or you can find zodiepupper in the Godot Discord server. This plugin is designed with simulated environments in mind, which means you will need to do some work to integrate it into whatever interaction methods your game uses. there is an example scene you can dissect for information and code samples that show how to interact with the panels. Feel free to just rip that raycast with it's code out of the example and use it. It should allow mouse interaction by default. |
Load any scene into a flat panel in 3D. Useful for easily making UI in 3D. To use, just create a Panel3D and set the scene to load. If you have any issues, my email is [email protected], or you can find zodiepupper in the Godot Discord server. To use, just use a raycast for where the player is pointing, check to see if that body has the "laser_input" method. ex: `get_collider().has_method('laser_input')` then you can call laser_input with a dictionary of the event data like so: ``` laser_input({ 'hovering': false, 'pressed': false, 'position': get_collision_point(), "action": "hover" }) ``` For custom events do: ``` laser_input({ 'hovering': false, 'pressed': false, 'position': get_collision_point(), "action": "custom", "event": SomeInputEvent }) |
Category | 3D Tools | |
License | MIT | |
Repository Provider | GitHub | |
Repository Url | https://github.com/zodywoolsey/Panel3D | |
Issues Url | https://github.com/zodywoolsey/Panel3D/issues | |
Godot version | Godot 4.2 | |
Version String | 0.3.1 | 0.2 |
Download Commit | 1d95166e28b924e03a6b7354c9ff8a7d7eaa331f | 375eb9acbe79df834ce27116023588a87046c927 |
Download Url (Computed) | https://github.com/zodywoolsey/Panel3D/archive/1d95166e28b924e03a6b7354c9ff8a7d7eaa331f.zip | https://github.com/zodywoolsey/Panel3D/archive/375eb9acbe79df834ce27116023588a87046c927.zip |
Icon Url |
https://raw.githubusercontent.com/zodywoolsey/Panel3D/main/addons/Panel3D/icon.png
![]() |
https://bafybeie7plrg32kcy7srdresq6okybm3ib3r7tyj24kzopgermzkszyfhy.ipfs.4everland.io/
|