ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
357 stars 81 forks source link

WWW Class just get obsolete in Unity version 2018.3.3f1 #89

Closed sergiowero closed 5 years ago

sergiowero commented 5 years ago

WWW Class just get obsolete in Unity version 2018.3.3f1.

Class VIOVersionCheck give compilation errors because WWW is obsolete, use UnityWebRequest instead.