Publisher | KAMGAM |
---|---|
File size | 4.55MB |
Number of files | 60 |
Latest version | 1.0.0 |
Latest release date | 2024-03-07 12:42:13 |
First release date | 2024-03-07 12:42:13 |
Supported Unity versions | 2018.4.2 or higher |
Links: Manual
Render 3D world objects or prefabs in your UI.
🌈 Use Cases
You want to show 3D items in your inventory UI?
Add the PrefabInstantiator to the WorldImage component, drag in your prefabs and you are done.
Want to have 3D portraits in a UI image?
Simply drag in the transform of the NPC into the list of objects and you are done.
You need a top-down mini-map of the level?
Empty the list of objects. Then use "Camera Look At" and "Camera position" to have the camera high up in the sky looking down. Done.
😎 Simple Workflow
1) Right-Click > UI > World Image
2) Select object(s) from scene
3) Done
🎯 Compatible with Built-In, URP and HDRP
Works the the same in all render pipelines.
✔️ Works just like an Image
Is based on the default Maskable Graphic. This means it works like the default UI image. You can mask it, change the material, ... .
📚 Lots of examples & documentation
Check out Kamgam/UGUIWorldImage/Examples.
✔️ Full Source Code
I publish this asset with full source code because as a developer I know how annoying it is to not have source code access. If you like it then please remind others to purchase the plugin. Don't just copy and paste it everywhere. Thank you ❤️
✔️ Supports Unity 2021.3+, 2022, 2023 (Unity 6), ... LTS
It may work with earlier versions too but those are not tested anymore.
👇 Things you should know 👇 (Read this before you buy):
There is an intro section in the manual. Please read it first.
⚠️ This asset is for the default UI (uGUI). If you want to use it in the new UI Toolkit then please check out the UI Toolkit asset instead.
⚠️ Transparent objects work right out of the box but there are some caveats. Please check the "Transparency" section in the manual for more details.
✍️ Usage
1) Right-Click on your canvas and choose UI > World Image (uGUI)
2) Add the objects to render into the list (scene objects).
3) Done
😎 HINT 1:
Disable "Use Render Textures" to enable the improved transparency workflow (uses camera stacking instead of render textures).
🧐 HINT 2:
Use the PrefabInstantiator to instantiate your prefabs on demand with ease.
🤠 HINT 3:
If your object is moving or animating then then use "FollowTransfrom" instead of "Follow Bounds" (removes the jittery motion if the bounds change frequently).
☎️ Support
If you have any questions please write to office[at]kamgam.com. Please be patient, replies may take a few days. Please include your Asset Store Order Nr and the exact Unity version in your request. Please also try upgrading to the most recent LTS version before asking. Thank you.
❤️ If you like this asset then maybe you'll like these too:
Blurred backgrounds for UI.
Punch holes into your UI.
Skip the hierarchy search. What you click is what you select.
One Settings UI + API for all render pipelines.