Difference between revisions of "Unity Sandbox"

From Wikicliki
Jump to: navigation, search
 
Line 17: Line 17:
 
# Volume Rolloff from logarithmic to linear.
 
# Volume Rolloff from logarithmic to linear.
 
# Set Minimum and Maximum distance.
 
# 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

  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
  4. Create Video Player in Hierarchy and link the video clip to the Render Texture

Spatial audio

  1. Spatial Blend from 2D to 3D.
  2. Volume Rolloff from logarithmic to linear.
  3. Set Minimum and Maximum distance.

Optimising VR in Unity