Граф коммитов

  • df95abc20e
    Delete LICENSE.md Harphuna 2022-05-17 09:24:03 +0200
  • c896d84456 Update input prototype to fix compile errors in Unity 2021 main Matt Schoen 2022-02-11 13:48:19 -0800
  • 129fdd85fb Update Readme and documentation with setup instructions Matt Schoen 2021-09-24 11:51:06 -0700
  • ea883f0170 Fix documentation generation warnings; Matt Schoen 2020-09-23 20:24:53 -0700
  • 4445eb619a Bump version number to 0.4.13-preview for future development Matt Schoen 2020-09-22 11:23:23 -0700
  • f467e0cfe0 Add version defines; 0.4.12-preview Matt Schoen 2020-09-22 03:15:53 -0700
  • 41efe2b12a Update list view framework dependency and changelog date Matt Schoen 2020-09-22 01:05:03 -0700
  • d50be179e7 Merge pull request #20 from unity/Multi-Select Matthew Schoen 2020-09-11 05:24:58 -0700
  • 44e7f03ee9 Update changelog Matt Schoen 2020-09-11 05:24:24 -0700
  • 21e46b63fb Update List View Framework dependency Matt Schoen 2020-09-11 05:02:17 -0700
  • 06066a8486 Merge branch 'development' into Multi-Select Matt Schoen 2020-09-10 23:50:11 -0700
  • 567341cc7f Merge pull request #18 from unity/jasons/add_editor_test_versions Matthew Schoen 2020-09-10 23:04:03 -0700
  • 11207a4554 Remove tests that require edit mode support with #ifdef in 2020.x Matt Schoen 2020-09-10 22:47:00 -0700
  • cb8f8f1ea8 Remove code coverage tests to resolve failures on 2019.1 Matt Schoen 2020-09-10 19:35:36 -0700
  • 4f2d5724ca Submodule Update StayTalm 2020-09-10 17:25:48 -0700
  • 4b680a995e Submodule Update StayTalm 2020-09-10 16:15:53 -0700
  • 16521dcde8 Implement new ListView interface requirements StayTalm 2020-09-10 14:42:01 -0700
  • b118766507 add editor test version Jason Smalridge 2020-09-08 15:03:31 -0400
  • 056fe5e490 Bump version number to 0.4.12-preview for future development Matt Schoen 2020-09-02 17:31:22 -0700
  • 787c3c9228 Update List View Framework dependency version Matt Schoen 2020-09-02 16:46:22 -0700
  • c29b15404b Bump version number to 0.4.11-preview for future development Matt Schoen 2020-09-02 15:34:08 -0700
  • e5bb7ed5d2 Update Yamato jobs Matt Schoen 2020-09-02 14:45:03 -0700
  • 6b71e98cde Update list view and spatial hash dependencies to released versions; Matt Schoen 2020-09-02 14:36:01 -0700
  • 13a0fd4aa3 Reference SpatialHashModule to prevent it from getting stripped on IL2CPP Matt Schoen 2020-08-31 18:46:49 -0700
  • eeafab71ac Fix input in Quest builds Matt Schoen 2020-08-31 16:51:00 -0700
  • 3388fc2261 Fix an exception in HighlightModule that can occur if EditorXR tries to set up right after a domain reload Matt Schoen 2020-08-31 16:50:46 -0700
  • 65ae164a0c Fix serialization errors in builds due to InspectorListViewController fallback not using the right base class Matt Schoen 2020-08-28 15:45:15 -0700
  • b0262ff2cf Apply fixes from MARS Companion project--mostly fixes for null refs Matt Schoen 2020-08-27 21:22:31 -0700
  • ef892f1032 Update module loader and utils dependencies to 1.1.1; Update version to 0.4.10-preview for future development Matt Schoen 2020-08-27 16:00:52 -0700
  • 2cce4b7596 Update version number and package metadata Matt Schoen 2020-08-21 03:15:17 -0700
  • b2be709474 Fix warning from FolderData in builds Matt Schoen 2020-08-21 00:47:15 -0700
  • e6797029ad Fix build errors Matt Schoen 2020-08-21 00:15:20 -0700
  • a4aa8e5709 Fix an issue where Spatial Menu could interrupt manipulator and other UI drag operations Matt Schoen 2020-08-19 19:05:55 -0700
  • 3acd7d9287 Fix warnings in 2020.2 Matt Schoen 2020-08-19 18:04:19 -0700
  • b64c73bb3f Fix compile errors in 2020.2 Matt Schoen 2020-08-19 17:40:34 -0700
  • 85087271fe Suppress warnings in 2020.1; Add UNITY_EDITORXR_EDIT_MODE_SUPPORT define to disable menu item and edit-mode settings in 2020.1 and above; Add warning HelpBox to settings menu about edit mode support Matt Schoen 2020-08-19 17:13:07 -0700
  • a30c27d427 Suppress obsolete warnings Matt Schoen 2020-08-18 22:38:43 -0700
  • c09324a1ad Update utils and module loader dependency to 1.1.0 Matt Schoen 2020-08-16 22:35:42 -0700
  • d56500af5c Fix issues in project workspace Matt Schoen 2020-08-16 02:39:10 -0700
  • 5e27a34ceb Fix close buttons in inspector dropdowns Matt Schoen 2020-08-14 03:59:31 -0700
  • 092b97b666 Fix drag and drop; Add more events for IUsesUIEvents Matt Schoen 2020-08-14 03:07:32 -0700
  • f883d68d11 Fix hang caused by SendMessage call in EditorWindowCapture Matt Schoen 2020-08-14 02:02:32 -0700
  • 928fbc4bf0 Fix inspector UI which was being overridden by the scroll handle Matt Schoen 2020-08-14 01:54:06 -0700
  • 75ac54fce9 Fix exceptions in keyboard SmoothMotion scripts; Handle ray pointer click handlers Matt Schoen 2020-08-14 00:41:24 -0700
  • 8b2f07a834 Add IRayPointerDownHandler and IRayPointerUpHandler; Update BaseHandle and users to use PointerDown and PointerUp instead of DragStarted and DragEnded because that is the expected behavior Matt Schoen 2020-08-13 22:38:40 -0700
  • 3e9e734b33 Use UtcNow for double-click check because it's faster Matt Schoen 2020-08-13 19:59:47 -0700
  • b1f7ac7025 Try to fix editor hang by aborting cancel dialog threads Matt Schoen 2020-08-13 19:58:21 -0700
  • cda6d7effd Fix a bug where the radial menu didn't have all of its actions on second run of EditorXR after module load Matt Schoen 2020-08-13 17:29:41 -0700
  • 02b4d416de Remove serializers in DisconnectInterface Matt Schoen 2020-08-13 16:20:30 -0700
  • 6abe169078 Fix bugs that can occur when destroying objects as they are being manipulated; Fix exceptions that can occur if the controller is hovering an object on the first frame Matt Schoen 2020-08-13 16:01:35 -0700
  • fa2d7a671a Do not update spatial hash if no objects have changed Matt Schoen 2020-08-12 18:06:15 -0700
  • 0d8b00d4d3 Set SelectionModule's initialization order to -5 to ensure it does not clear the ignore list after objects are added Matt Schoen 2020-08-12 16:48:08 -0700
  • 1c6620763c Merge pull request #15 from unity/update Matthew Schoen 2020-08-03 17:27:04 -0700
  • 5379c7a810 Update version number and changelog for 0.4.8-preview release Matt Schoen 2020-07-31 23:38:05 -0700
  • 37f5ad7cc2 Update input prototype with removed Xbox360 profiles to pass NDA validation Matt Schoen 2020-07-31 23:31:42 -0700
  • fd70745221 Update package dependency versions Matt Schoen 2020-07-31 19:36:37 -0700
  • d14c587968 Update pip commands in Yamato config Matt Schoen 2020-07-31 02:06:50 -0700
  • 458e72989c Update Yamato config Matt Schoen 2020-07-31 01:21:30 -0700
  • 0ee00267f8 Remove Labs from namespaces and package names Matt Schoen 2020-07-31 00:07:58 -0700
  • ef10efd6eb Merge pull request #14 from unity/fix/performance Matthew Schoen 2020-06-24 01:01:19 -0700
  • 8ef4c8b063 Improved performance in 2019.2+ with a no-alloc version of GetComponent Miley Hollenberg 2020-06-19 15:28:23 +0300
  • abe47dc446 Merge pull request #10 from unity/mars-volume-queries Matthew Schoen 2020-02-12 04:13:15 -0800
  • 06e1bc46d3 Add dependency on spatial hash package; Bump utils dependency version Matt Schoen 2020-02-12 03:52:28 -0800
  • 4b3a4b751c Merge remote-tracking branch 'remotes/origin/development' into mars-volume-queries Matt Schoen 2020-02-12 03:39:15 -0800
  • 5a57f9c911 Update to latest Spatial Hash Module package Matt Schoen 2020-02-12 02:51:31 -0800
  • c48853a838 Use ISpatialHashContainer instead of SpatialHashContainer Matt Schoen 2020-02-11 02:29:00 -0800
  • 660f1a9e5f Update to new SpatialHashContainer API Matt Schoen 2020-02-11 01:43:20 -0800
  • c40e022b7a Merge remote-tracking branch 'origin/development' into mars-volume-queries Matt Schoen 2020-02-11 01:34:15 -0800
  • adf557e4ae Update third party notices per legal review Matt Schoen 2020-02-07 14:48:10 -0800
  • 274bb9806c Fix an issue where it is possible to undo input bindings on first import, causing exceptions Matt Schoen 2020-02-02 01:56:33 -0800
  • 8c9d58fea9 Merge remote-tracking branch 'remotes/origin/package-prep' into development Matt Schoen 2020-02-02 01:07:50 -0800
  • f24f3e2027 Fix bugs that came up during release testing: - Fix snapping menu not being interactable by disabling settings menu face while submenus are open; Fix off-by-one error in disabling the last subMenu - Fix NullReferenceExceptions in spatial menu related to FI by using InjectFunctionalitySingle instead of ConnectInterfaces on SpatialMenuElements - Fix an issue where user position was not being saved due to EditorXRViewerModule clearing state before serializing preferences; Removed properties which cached the state of `preserveLayout` to prevent this issue, and set shutdownOrder for EditorXRViewerModule to be later than SerializedPreferencesModule - Move RayInputModule out of UnityEngine namespace to fix stack traces; Add namespaces to classes that were missing them - Fix NullReferenceExceptions in IntersectionUtils by checking for null mesh Matt Schoen 2020-02-02 00:48:06 -0800
  • 50634957d6 Add images for package documentation file Brandon Kruysman 2020-02-01 21:27:06 -0800
  • f3b25a6cb3 Update utils and module loader dependencies to fix TagManager bug; Bump package version Matt Schoen 2020-01-31 16:21:36 -0800
  • bddfca6d81 Bump version number and update dependency version numbers Matt Schoen 2020-01-31 12:12:42 -0800
  • 502365339b Fix spatial menu Matt Schoen 2020-01-31 12:07:48 -0800
  • 345d704300 Merge pull request #11 from unity/optimize-startup Matthew Schoen 2020-01-14 00:56:22 -0800
  • f721f91223 Update CHANGELOG.md Matt Schoen 2020-01-09 19:50:23 -0800
  • cd6166b877 Bump version number Matt Schoen 2020-01-09 19:30:27 -0800
  • 39b414d8c3 Merge pull request #13 from unity/fix-vrview Matthew Schoen 2020-01-09 18:12:06 -0800
  • 670b09a97e Fix the GUI scaling bug in the VR View by grafting the fix from the public github version Matt Schoen 2020-01-09 18:07:31 -0800
  • 25e907f34c Merge pull request #12 from unity/fix-pip-install Jason Smalridge 2020-01-07 10:59:00 -0500
  • 4977b3e792 Fix pip install on priming jobs due to breakage from an image update Henrik Poulsen 2020-01-07 16:34:10 +0100
  • a13f11be12 Remove tag manager code from EditorXR.HandleInitialization Matt Schoen 2020-01-05 17:41:00 -0800
  • 3fa4ce3c24 Move IDelayedInitializationModule back into EditorXR Matt Schoen 2020-01-04 23:58:43 -0800
  • a45cd8d69a Clean up for PR Matt Schoen 2020-01-04 23:46:57 -0800
  • 31827f4fce Clean up and update IntersectionModule to latest spatial hash package version Matt Schoen 2020-01-04 21:58:31 -0800
  • b30354fc9f Merge remote-tracking branch 'remotes/origin/development' into mars-volume-queries Matt Schoen 2020-01-04 21:08:38 -0800
  • b98f8deb3c Merge pull request #9 from unity/package-prep Matthew Schoen 2020-01-03 20:08:31 -0800
  • 2be2e73375 Bump version number and dependency versions Matt Schoen 2020-01-03 19:50:50 -0800
  • bd81861b57 [CI] Update changelog Jason Smalridge 2019-12-18 13:13:43 -0500
  • 3c4641a62f Bump version number Matt Schoen 2019-12-17 19:16:16 -0800
  • 601c062009 Unset Legacy Blend Shape Normals on meshes that throw warnings on import Matt Schoen 2019-12-17 18:46:22 -0800
  • c8ac15918f Set read/write enabled on ToolMenuButtonMeshCollider meshes Matt Schoen 2019-12-17 18:04:57 -0800
  • 5a6edb480e Add dependencies on Timeline and Text Mesh Pro Matt Schoen 2019-12-17 17:27:37 -0800
  • dabbf2fe5c [CI] add izon command to test trigger Jason Smalridge 2019-12-17 09:22:24 -0500
  • 6737accefc Fix blink visuals; Fix issue where multiple settings menu providers stack up due to missing rayOrigin argument in DisconnectInterfaces; Remove Tuple backfill and use built-in Tuple as dictionary key since KeyValuePair is not equatable; Bump version number; Update CHANGELOG.md Matt Schoen 2019-12-09 00:10:04 -0800
  • 904df2c952 Remove redundant <para> from XML comments; Fix null reference exception in AdaptivePositionModule that can occur if no MainCamera exists; Bump version number and dependency version numbers Matt Schoen 2019-12-08 21:21:12 -0800
  • 32389205c2 Rename remaining instances of EditorVR Matt Schoen 2019-12-08 19:09:05 -0800
  • d08b179bb9 Rename EditorVR class to EditorXR Matt Schoen 2019-12-08 19:03:44 -0800