Adding Interaction into 3D objects inside portal

hello :wave:

I’m a newbie to 8th wall and currently trying to build an interactive portal experience where a user can go inside a portal, enter a new environment, and perform on-click interactions with the 3d models inside the portal.

What is the simplest way to add on-click interaction to 3D models? i.e. UI panel shows up on screen when clicking a 3D cube inside portal

Links to tutorials or resources greatly appreciated. Currently building off the 8th wall portal template.

Thank you!! :heart_hands:

I would recommended referencing this thread:

1 Like

For UI elements you can reference this tutorial here:

Even though it is for a button rather than a UI panel the same logic exists for both. Using CSS styling is important here.

1 Like