-
-
Notifications
You must be signed in to change notification settings - Fork 993
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(SDKManager): simplify single SDK Setup configurations
Supporting multiple SDKs means VRTK had to disable all the SDK Setups that are used automatically to ensure they're usable for runtime switching. This change allows to completely bypass the runtime loading and that requirement in case only one SDK Setup is used. This means users of VRTK don't have to bother with handling when an SDK Setup is loaded and usable, nor do they have to re-enable their SDK Setups game objects again to work on them in the editor while they're visible. The SteamVR SDK Setup in the SDKSetups prefab is changed to allow for this new behavior. This also fixes a bug that resulted in invalid matrix errors being logged to the console by Unity.
- Loading branch information
Christopher-Marcel Böddecker
committed
Jul 15, 2017
1 parent
90ddff1
commit 8fdf63c
Showing
5 changed files
with
92 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters