WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
86
stars
50
forks
source link
Fix Black Render issue and update for unity-sdk changes. #53
Fix the issue where the image won't render. This is due to changes
in SteamVR Scripts SteamVR_Render.cs and SteamVR_UpdatePoses.cs
where the orignal if !(UNITY_5_6) must be changed to
if !(UNITY_5_6_OR_NEWER).
Add other API chagnes automatically created by Unity for 2017.3.1f1.
Fix the issue where the image won't render. This is due to changes in SteamVR Scripts SteamVR_Render.cs and SteamVR_UpdatePoses.cs where the orignal
if !(UNITY_5_6)
must be changed toif !(UNITY_5_6_OR_NEWER)
. Add other API chagnes automatically created by Unity for 2017.3.1f1.Closes: #51