Difference between revisions of "Unity Sandbox"

From Wikicliki
Jump to: navigation, search
Line 3: Line 3:
 
* [[Unity Interface]]
 
* [[Unity Interface]]
 
* [[Studying for the Unity Exam]]
 
* [[Studying for the Unity Exam]]
 +
 +
<hr>
 +
 +
'''Video Player in Unity'''
 +
 +
1. Import video into Assets
 +
2. Create Render Texture and change dimensions of render texture to match video
 +
3. Create Material (URP/Lit) and drag Render Texture into Base Map
 +
3. Create Video Player in Hierarchy and link the video clip to the Render Texture

Revision as of 12:47, 30 May 2021


Video Player in Unity

1. Import video into Assets 2. Create Render Texture and change dimensions of render texture to match video 3. Create Material (URP/Lit) and drag Render Texture into Base Map 3. Create Video Player in Hierarchy and link the video clip to the Render Texture