Unity 2017 compatibility
See original GitHub issueControllers are missing in Unity 2017. Making the following change resolves this:
Commit: 0acab31a39414f6818da389ff3971627b863df35 File: Assets/VRTK/SDK/SteamVR/SDK_SteamVRBoundaries.cs
Change line 27 from:
#if UNITY_5_6
to:
#if UNITY_5_6 || UNITY_5_6_OR_NEWER
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
System Requirements for Unity 2018.4
Unity Player system requirements ; Operating system, Windows 7 SP1+ macOS 10.11+. Ubuntu 12.04+ ; CPU, SSE2 instruction set support ; GPU, Graphics ......
Read more >Unity 2017 compatibility
Unity 5.6 with Vuforia 6.2.10 is the current recommended build, but it will be Unity 2017.2 and the native Vuforia 6.5 when they...
Read more >Unity 2017.4.40
Additional downloads · Windows (X86-64) · Windows (X86-64) · macOS (X86-64) · macOS (X86-64) · Linux (X86-64) · Linux (X86-64).
Read more >The 2-year support for the first LTS release, 2017.4, ends in ...
Since Unity 2017.4 was released two years ago, it is now reaching the end of its support cycle from the week beginning 20th...
Read more >Unity Announces Upcoming Releases of 5.6 and ...
Native support for Vulkan graphics API provides better performance across Windows, Tizen, and Android platforms, while consuming less device power. TextMesh Pro ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nylki afaik VRTK 3.2.1 is compatible with Unity 2017.1 - Quite a few people are using it already
@thestonefox Ok. good to know, thx for the heads up!