Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Vertical slider for brush size * We were setting the brush size from the wrong slider vector component * Add up/down arrow icons * Brush size slider fixes * Correct orientation for slider increment button. Prefab fixes * FInish off vertical slider UI * Enable Oculus, update to Meta Core SDK 68.0.2 * Add Logitech MX Ink package * Use MX Ink Action Set * Decrease duration of haptic click * Remove references to touch controllers * Update main scene * Use VrStylusHandler to detect a MX Ink device and retrieve inputs * dotnet-format * Tray should check for stylus * Disable restore of package cache * Delete the step as ymlformat didn't like it being commented out * Stylus support files copied from prototype * Add stylus detection component to Quest controller * Revert "Delete the step as ymlformat didn't like it being commented out" This reverts commit 09aeb88. * Revert "Disable restore of package cache" This reverts commit 4c2bc0c. * Update meta core sdk to version with our hotfix * Revert some (hopefully) unintentional changes * Revert all settings changes so this branch matches main where possible * Use the correct new method * Use if OCULUS_SUPPORTED for Logitech code * Add compiler conditionals around calls to Logitech code * Automatic changes related to Meta SDK update * Move Logitech files to Third Party * Handle either hand and bypass for non-Meta * More compiler conditionals around calls to Logitech code * Exclude serialized fields from conditional * Disable restoring library cache again * Revert "Disable restoring library cache again" This reverts commit 596f29d. * Temp cache fix for forks [CI BUILD] * [CI BUILD] * Remove Sartom files as we're handling this a different way now * Fix detection and model display for stylus * [CI BUILD] * Remove unused sartom detector * [CI BUILD] * Some uncommitted changes that might actually matter * Revert some extraneous changes that Unity made by itself * [CI BUILD] * Revert "Temp cache fix for forks [CI BUILD]" This reverts commit babbc65. * Reapply "Temp cache fix for forks [CI BUILD]" This reverts commit fd2e1a7. * See if this fixes issues with wand controls triggering on stylus input [CI BUILD] * Tweak label position * Revert "Reapply "Temp cache fix for forks [CI BUILD]"" This reverts commit 74c40d9. --------- Co-authored-by: Mario Gutierrez <[email protected]>
- Loading branch information