Unity Tutorial: Creating interactive in-game screens


We’ve seen that we can create interactive screens by using worldspace UI. But those are drawn much like normal UI so they don’t get lighting and other effects. In this tutorial I’ll show you how we can create interactive screens that are fully in-world and will receive lighting etc just like any other object in the world.

Find the code here: https://github.com/GameDevEducation/DevToolkit_InteractiveScreens