question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unity 2017 compatibility

See original GitHub issue

Controllers 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:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
thestonefoxcommented, Jul 12, 2017

@nylki afaik VRTK 3.2.1 is compatible with Unity 2017.1 - Quite a few people are using it already

1reaction
nylkicommented, Jul 12, 2017

@thestonefox Ok. good to know, thx for the heads up!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found