Difference between revisions of "Unity Sandbox"
From Wikicliki
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | * [[Unity AR Butterfly]] | ||
| + | * [[Unity Course Notes]] | ||
| + | * [[Unity Interface]] | ||
| + | * [[Studying for the Unity Exam]] | ||
| − | + | <hr> | |
| − | + | ||
| − | + | '''Video Player in Unity''' | |
| − | + | ||
| − | + | # Import video into Assets | |
| − | + | # Create Render Texture and change dimensions of render texture to match video | |
| − | + | # Create Material (URP/Lit) and drag Render Texture into Base Map | |
| − | + | # Create Video Player in Hierarchy and link the video clip to the Render Texture | |
| − | + | ||
| − | + | '''Spatial audio''' | |
| − | + | # Spatial Blend from 2D to 3D. | |
| − | + | # Volume Rolloff from logarithmic to linear. | |
| − | + | # Set Minimum and Maximum distance. | |
| − | + | ||
| − | + | '''Optimising VR in Unity''' | |
| − | + | * https://learn.unity.com/tutorial/optimizing-your-vr-ar-experiences | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | * | ||
| − | |||
| − | |||
Latest revision as of 06:27, 15 May 2022
Video Player in Unity
- Import video into Assets
- Create Render Texture and change dimensions of render texture to match video
- Create Material (URP/Lit) and drag Render Texture into Base Map
- Create Video Player in Hierarchy and link the video clip to the Render Texture
Spatial audio
- Spatial Blend from 2D to 3D.
- Volume Rolloff from logarithmic to linear.
- Set Minimum and Maximum distance.
Optimising VR in Unity