Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1976 commits
Select commit Hold shift + click to select a range
59302ad
Remove unused code in EditorXRUIModule
mtschoen-unity Jul 2, 2019
6c40924
Add ordering to IInterfaceConnector to ensure SerializePreferencesMod…
mtschoen-unity Jul 2, 2019
302990b
Merge pull request #2 from unity/list-view-integration
mtschoen-unity Jul 2, 2019
8a7e216
Merge remote-tracking branch 'remotes/github-unity/development' into …
mtschoen-unity Jul 2, 2019
f77d61d
Remove unnecessary null check in SelectionTool
mtschoen-unity Jul 2, 2019
a36e282
Move deviceData into EditorXRToolModule
mtschoen-unity Jul 3, 2019
4020050
Remove unnecessary argument to DeserializePreferences
mtschoen-unity Jul 3, 2019
d381a59
Fix AdaptivePositionModule and Spatial Menu;
mtschoen-unity Jul 3, 2019
639a054
Merge remote-tracking branch 'remotes/origin/module-loader' into package
mtschoen Jul 3, 2019
169ac85
Bring back font assets
mtschoen Jul 3, 2019
f82efd5
Merge remote-tracking branch 'remotes/origin/package' into functional…
mtschoen Jul 3, 2019
5f419f7
Update module dependencies after merge
mtschoen Jul 3, 2019
80d873c
Merge remote-tracking branch 'origin/functionality-injection' into co…
mtschoen-unity Jul 3, 2019
ca2d891
Rename IInitializableModule to IDelayedInitializationModule
mtschoen-unity Jul 6, 2019
7e2c400
Merge remote-tracking branch 'remotes/origin/module-loader' into package
mtschoen Jul 6, 2019
7e14cc3
Merge remote-tracking branch 'remotes/origin/package' into functional…
mtschoen Jul 7, 2019
e7e93d9
Merge remote-tracking branch 'remotes/origin/functionality-injection'…
mtschoen-unity Jul 7, 2019
ad4c0b2
Make MultipleRayInputModule not an IModule;
mtschoen-unity Jul 8, 2019
f559f49
Move MultipleRayInputModule into Input folder
mtschoen-unity Jul 8, 2019
785fed1
WIP on ScreenRaycastSource
mtschoen-unity Jul 8, 2019
9eb7f79
Update comments and variable names to renamed IDelayedInitializationM…
mtschoen-unity Jul 8, 2019
c794ccd
Remove SpatialTracking assembly reference to expose TrackedPoseDriver…
mtschoen-unity Jul 8, 2019
f9f618a
Merge pull request #3 from unity/module-loader
mtschoen-unity Jul 8, 2019
c989649
Merge remote-tracking branch 'remotes/origin/development' into package
mtschoen-unity Jul 8, 2019
186666f
Merge pull request #4 from unity/package
mtschoen-unity Jul 8, 2019
86ca433
Merge remote-tracking branch 'remotes/origin/development' into functi…
mtschoen-unity Jul 8, 2019
977e716
Fix bug where viewer scale wasn't getting serialized;
mtschoen-unity Jul 8, 2019
e454b58
Merge branch 'functionality-injection' into companion-misc
mtschoen-unity Jul 15, 2019
eedaf59
WIP updating MultipleRayInputModule to accept screen input
mtschoen-unity Jul 15, 2019
8615032
Implement screen input in MultipleRayInputModule
mtschoen-unity Jul 16, 2019
381a043
WIP getting screen input to drive StandardManipulator
mtschoen-unity Jul 17, 2019
37a6880
Use camera.transform as rayOrigin for screen ray events;
mtschoen-unity Jul 17, 2019
9eb26ec
Use device input module to drive TransformTool to update manipulator;
mtschoen-unity Jul 18, 2019
7c6575a
Remove restriction on moving pointer for drag updates;
mtschoen-unity Jul 18, 2019
197afb9
Hook up touch events in MultipleRayInputModule;
mtschoen-unity Jul 19, 2019
5524b08
WIP updating MultipleRayInputModule to match PointerInputModule and S…
mtschoen-unity Jul 22, 2019
d762c42
Clean up MultipleRayInputModule;
mtschoen-unity Jul 23, 2019
d96e8b4
Expose input module to other modules via FI;
mtschoen-unity Jul 23, 2019
feb351b
Misc cleanup during final review
mtschoen-unity Jul 23, 2019
a1e7277
Rename GetPointerEventData to GetRayEventData
mtschoen-unity Jul 23, 2019
8b39ab2
Fix issues with RaycastSource input;
mtschoen-unity Jul 24, 2019
ffc5db9
Fix UI for screen space
mtschoen-unity Jul 24, 2019
e48e8e3
Disable camera initialization in viewer module
mtschoen-unity Jul 24, 2019
ebf942c
Apply misc fixes from upstream
mtschoen Jul 24, 2019
1694367
Fix serializedPreferences setup and AnnotationTool
mtschoen Jul 24, 2019
5dc5bda
Merge remote-tracking branch 'remotes/origin/functionality-injection'…
mtschoen-unity Jul 24, 2019
ae3c94f
Uncomment calls to Pulse;
mtschoen-unity Jul 24, 2019
81d23aa
Remove unused dependency on UIModule in DragAndDropModule
mtschoen-unity Jul 24, 2019
b5a7562
Fix mouse input in play mode;
mtschoen-unity Jul 24, 2019
a125431
Set m_HasDeserialized to true after deserialization to fix serializat…
mtschoen-unity Jul 26, 2019
a057d45
Update EditorXR assembly definition for 2019.x;
mtschoen-unity Aug 27, 2019
950ca3b
Fix compiler warnings in 2019 related to InputTracking
mtschoen-unity Aug 28, 2019
72d17e0
Flip VRView texture as workaround for 2019.x;
mtschoen-unity Aug 28, 2019
1ff43a7
Fix compile errors in 2018.4
mtschoen Aug 28, 2019
a41a361
Make SpawnDefaultTools internal
mtschoen Aug 28, 2019
d45bf38
Catch null reference errors in MainMenuEditor and put it in a namespace
mtschoen Aug 28, 2019
b9ccc9c
Make ToolData and SpawnTool internal
mtschoen Aug 28, 2019
0b98664
Merge pull request #6 from unity/companion-misc
mtschoen-unity Aug 28, 2019
7f2dc78
Fix errors if PolyToolkit is not in the project
mtschoen-unity Aug 28, 2019
959299f
Roll back changes to use non-deprecated InputTracking APIs
mtschoen-unity Sep 23, 2019
983d7e3
Re-serialize assets after opening in 2018.4.9f1 (LTS)
amirebrahimi Sep 30, 2019
e9f6b13
Update conditional defines
amirebrahimi Sep 30, 2019
9bc3e02
Get code compiling on 2017.4, so that it can show the download dialog…
amirebrahimi Sep 30, 2019
4990de8
Utilize the CCU for controlling compilation requirements for EditorXR
amirebrahimi Sep 30, 2019
bd83d05
Fix compile error
amirebrahimi Sep 30, 2019
5394ac7
Wrap in conditional define to see if that fixes compilation order
amirebrahimi Oct 4, 2019
3d44ca8
Apply another pass at fixing compile errors
amirebrahimi Oct 4, 2019
587d082
Fix another compile error during install steps
amirebrahimi Oct 5, 2019
7c090b9
Fix missing EditorVR class to match .cs filename
amirebrahimi Oct 5, 2019
24e556a
Add `!(UNITY_2018_4_OR_NEWER || UNITY_2019_1_OR_NEWER)` check around …
mtschoen Oct 22, 2019
92a87ca
Merge pull request #557 from Unity-Technologies/staging-0.3-prep
mtschoen-unity Oct 22, 2019
d384fef
Remove warnings that appear if PolyToolkit is not in the project
mtschoen-unity Oct 28, 2019
f5fdfbc
Move version check into its own file in the CCU assembly;
mtschoen-unity Oct 28, 2019
845d68f
Extract spatial hash and intersection modules into their own package;
mtschoen-unity Oct 28, 2019
b563bd5
Merge pull request #558 from Unity-Technologies/staging-prep
mtschoen-unity Oct 29, 2019
ef2d651
add basic event sending
Oct 29, 2019
0dd381a
add serializable attribute to event args classes
Oct 29, 2019
c844257
remove editor namespace for event sending
Oct 29, 2019
e907f12
fix usings for analytic events
Oct 29, 2019
e8a1775
rm whitespace form tool module
Oct 29, 2019
b3b4828
remove todo from workspace module
Oct 29, 2019
b6b5687
move event calls into editor define:
Oct 29, 2019
de395b7
Organize usings in EditorXRDirectSelectionModule
mtschoen-unity Oct 31, 2019
d5acf53
Fix scaling issue in VRView if presentation camera is enabled;
mtschoen Nov 1, 2019
779c4a0
Fix an issue where VRSmoothCamera was creating a new RenderTarget eve…
mtschoen Nov 1, 2019
f6cdce1
Fix flipped texture in VRView in 2019.1+
mtschoen Nov 1, 2019
89d6023
Fix warnings related to deprecated input APIs in 2019.2;
mtschoen Nov 1, 2019
6958e9c
Move IntersectionModule back to EditorXR;
mtschoen-unity Nov 1, 2019
e9773b9
Remove early-out in DoDrawCamera;
mtschoen-unity Nov 1, 2019
865fbe8
Cache min/max values in BoundsExtensions.ContainsCompletely
mtschoen Nov 4, 2019
d537e50
Fix a bug where users could undo the step of adding input bindings to…
mtschoen-unity Nov 4, 2019
327eed1
Set RightTouch and RightTouchOpenVR child object tags to `ShowInMiniW…
mtschoen-unity Nov 5, 2019
5b1fa98
Disable `RaycastTarget` on UnlockAllUI "text icon" to fix an issue wh…
mtschoen-unity Nov 5, 2019
61d1326
Disable `RaycastTarget` on CreateEmptyUI and FocusUI "text icon" to f…
mtschoen-unity Nov 5, 2019
8fa10ce
Merge pull request #560 from Unity-Technologies/release-fixes
mtschoen-unity Nov 5, 2019
8e19ce9
Merge pull request #561 from Unity-Technologies/staging
mtschoen-unity Nov 5, 2019
12a5e1d
Update Getting Started Guide links in README.md
mtschoen Nov 5, 2019
41ccc7e
Merge remote-tracking branch 'remotes/public/development' into merge-0.3
mtschoen-unity Nov 5, 2019
f2de651
Graft missing changes from 0.3 release branch
mtschoen-unity Nov 6, 2019
24d7595
Remove NoEditorVR test
mtschoen-unity Nov 6, 2019
1376a36
Refactor setup/update code from SpatialHashModule to IntersectionModule
mtschoen-unity Nov 13, 2019
6a9798a
Remove Debug.Log in WorkspaceModule;
mtschoen-unity Nov 14, 2019
47ea1ca
Merge pull request #8 from unity/merge-0.3
mtschoen-unity Nov 14, 2019
58fcb18
Merge remote-tracking branch 'remotes/origin/development' into analytics
mtschoen-unity Nov 14, 2019
951e712
Fix package validation warnings;
mtschoen-unity Nov 15, 2019
cfefa2f
Merge remote-tracking branch 'refs/remotes/origin/package-prep' into …
mtschoen-unity Nov 18, 2019
6f45c6f
Rename SpatialHash to SpatialHashContainer;
mtschoen-unity Nov 19, 2019
49dab35
Update package documentation file
brandonkruysman Nov 21, 2019
1d1f211
[CI] Add Yamato Job definitions
jasons-unity Nov 22, 2019
b68df1d
[Package] update dependency
jasons-unity Nov 22, 2019
1887947
[CI] add pull submodules
jasons-unity Nov 22, 2019
d8b0cbf
[Package] adding xrlinerenderer as a package dep
jasons-unity Nov 22, 2019
d2ab30c
Remove VRLineRenderer;
mtschoen-unity Nov 25, 2019
b22b55c
Updates related to XRLineRenderer
mtschoen-unity Nov 25, 2019
da60945
Update namespace to Unity.Labs.EditorXR;
mtschoen-unity Nov 25, 2019
3d4f484
[Package] Add unityRelease to package.json
jasons-unity Nov 25, 2019
9bdbe70
[Package] Remove package.json
jasons-unity Nov 25, 2019
4649514
[Package] Add back package.json
jasons-unity Nov 25, 2019
5a4b1c8
Add XML comments to UsesDetectGazeDivergenceMethods
mtschoen-unity Nov 25, 2019
9a052bb
[Package] Trying to fix issue from webui
jasons-unity Nov 25, 2019
1772187
Fix exceptions in EditingContextManager.CreateSettingsProvider which …
mtschoen-unity Nov 25, 2019
fb19d66
Fix compile error if PolyToolkit is missing from the project;
mtschoen-unity Nov 26, 2019
5680573
[CI] Add init arg to git submodule
jasons-unity Nov 26, 2019
a35cd25
Ignore files added/changed by local upm-ci package test run
mtschoen-unity Nov 26, 2019
88540ab
Update prefabs which are modified on first import
mtschoen-unity Nov 26, 2019
5df49b6
Revert changes in prefabs
mtschoen-unity Nov 26, 2019
abbab9d
Fix missing references in prefabs
mtschoen-unity Nov 27, 2019
daea52e
Reserialize all assets in 2019.1
mtschoen-unity Nov 27, 2019
3ade4dc
Remove missing references from materials
mtschoen-unity Nov 27, 2019
a28cd76
Fix reference to MeshChainShaderGUI
mtschoen-unity Nov 27, 2019
be1dd23
Do not write to assembly definitions when reading values;
mtschoen-unity Nov 27, 2019
18dd108
[GIT] add .Editor to gitignore
jasons-unity Nov 27, 2019
65821a8
Merge branch 'package-prep' of github.cds.internal.unity3d.com:unity/…
jasons-unity Nov 27, 2019
515df98
[Package] Bump dependencies version
jasons-unity Nov 27, 2019
4c289e1
Fix issues related to line renderer upgrade
mtschoen-unity Dec 1, 2019
2ed26d6
Remove ExecutionOrderSetter--it is obsolete now that this is a packag…
mtschoen-unity Dec 3, 2019
5336ec3
Remove "Include in Player Builds" setting--this will not work since p…
mtschoen-unity Dec 3, 2019
b5a4021
Rename EditorXRAnalytics files
mtschoen-unity Dec 3, 2019
1481b3b
Rename EditorXREvents to EditorXRAnalyticsEvents;
mtschoen-unity Dec 3, 2019
67913e2
Merge pull request #7 from unity/analytics
mtschoen-unity Dec 3, 2019
b4fa7a5
Fix errors in player builds
mtschoen-unity Dec 4, 2019
407ae3a
Merge remote-tracking branch 'remotes/origin/development' into packag…
mtschoen-unity Dec 4, 2019
29eb3ff
WIP on PolyToolkitHelper
mtschoen-unity Dec 7, 2019
644c3c0
Finish implementing PolyToolkitHelper;
mtschoen-unity Dec 7, 2019
2a028b6
Remove BOM from .cs files that have it
mtschoen-unity Dec 7, 2019
b9569fa
Bring back Include in Player Builds feature using IFilterBuildAssemblies
mtschoen-unity Dec 8, 2019
47946e8
Remove Patches folder
mtschoen-unity Dec 8, 2019
aea73fe
Remove optional_dependencies.json
mtschoen-unity Dec 8, 2019
3164d8b
Fix line width issue in DefaultProxyRay;
mtschoen-unity Dec 9, 2019
6d3104b
Organize usings
mtschoen-unity Dec 9, 2019
d08b179
Rename EditorVR class to EditorXR
mtschoen-unity Dec 9, 2019
3238920
Rename remaining instances of EditorVR
mtschoen-unity Dec 9, 2019
904df2c
Remove redundant <para> from XML comments;
mtschoen-unity Dec 9, 2019
6737acc
Fix blink visuals;
mtschoen-unity Dec 9, 2019
dabbf2f
[CI] add izon command to test trigger
jasons-unity Dec 17, 2019
5a6edb4
Add dependencies on Timeline and Text Mesh Pro
mtschoen-unity Dec 18, 2019
c8ac159
Set read/write enabled on ToolMenuButtonMeshCollider meshes
mtschoen-unity Dec 18, 2019
601c062
Unset Legacy Blend Shape Normals on meshes that throw warnings on import
mtschoen-unity Dec 18, 2019
3c4641a
Bump version number
mtschoen-unity Dec 18, 2019
bd81861
[CI] Update changelog
jasons-unity Dec 18, 2019
2be2e73
Bump version number and dependency versions
mtschoen-unity Jan 4, 2020
b98f8de
Merge pull request #9 from unity/package-prep
mtschoen-unity Jan 4, 2020
b30354f
Merge remote-tracking branch 'remotes/origin/development' into mars-v…
mtschoen-unity Jan 5, 2020
31827f4
Clean up and update IntersectionModule to latest spatial hash package…
mtschoen-unity Jan 5, 2020
a45cd8d
Clean up for PR
mtschoen-unity Jan 5, 2020
3fa4ce3
Move IDelayedInitializationModule back into EditorXR
mtschoen-unity Jan 5, 2020
a13f11b
Remove tag manager code from EditorXR.HandleInitialization
mtschoen-unity Jan 6, 2020
4977b3e
Fix pip install on priming jobs due to breakage from an image update
HenrikPoulsen Jan 7, 2020
25e907f
Merge pull request #12 from unity/fix-pip-install
jasons-unity Jan 7, 2020
670b09a
Fix the GUI scaling bug in the VR View by grafting the fix from the p…
mtschoen Jan 10, 2020
39b414d
Merge pull request #13 from unity/fix-vrview
mtschoen-unity Jan 10, 2020
cd6166b
Bump version number
mtschoen Jan 10, 2020
f721f91
Update CHANGELOG.md
mtschoen Jan 10, 2020
345d704
Merge pull request #11 from unity/optimize-startup
mtschoen-unity Jan 14, 2020
5023653
Fix spatial menu
mtschoen-unity Jan 31, 2020
bddfca6
Bump version number and update dependency version numbers
mtschoen-unity Jan 31, 2020
f3b25a6
Update utils and module loader dependencies to fix TagManager bug;
mtschoen-unity Feb 1, 2020
5063495
Add images for package documentation file
brandonkruysman Feb 2, 2020
f24f3e2
Fix bugs that came up during release testing:
mtschoen-unity Feb 2, 2020
8c9d58f
Merge remote-tracking branch 'remotes/origin/package-prep' into devel…
mtschoen-unity Feb 2, 2020
274bb98
Fix an issue where it is possible to undo input bindings on first imp…
mtschoen-unity Feb 2, 2020
adf557e
Update third party notices per legal review
mtschoen-unity Feb 7, 2020
c40e022
Merge remote-tracking branch 'origin/development' into mars-volume-qu…
mtschoen-unity Feb 11, 2020
660f1a9
Update to new SpatialHashContainer API
mtschoen-unity Feb 11, 2020
c48853a
Use ISpatialHashContainer instead of SpatialHashContainer
mtschoen-unity Feb 11, 2020
5a57f9c
Update to latest Spatial Hash Module package
mtschoen-unity Feb 12, 2020
4b3a4b7
Merge remote-tracking branch 'remotes/origin/development' into mars-v…
mtschoen-unity Feb 12, 2020
06e1bc4
Add dependency on spatial hash package;
mtschoen-unity Feb 12, 2020
abe47dc
Merge pull request #10 from unity/mars-volume-queries
mtschoen-unity Feb 12, 2020
8ef4c8b
Improved performance in 2019.2+ with a no-alloc version of GetComponent
MileyHollenberg Jun 19, 2020
ef10efd
Merge pull request #14 from unity/fix/performance
mtschoen-unity Jun 24, 2020
0ee0026
Remove Labs from namespaces and package names
mtschoen-unity Jul 31, 2020
458e729
Update Yamato config
mtschoen-unity Jul 31, 2020
d14c587
Update pip commands in Yamato config
mtschoen-unity Jul 31, 2020
fd70745
Update package dependency versions
mtschoen-unity Aug 1, 2020
37f5ad7
Update input prototype with removed Xbox360 profiles to pass NDA vali…
mtschoen-unity Aug 1, 2020
5379c7a
Update version number and changelog for 0.4.8-preview release
mtschoen-unity Aug 1, 2020
1c66207
Merge pull request #15 from unity/update
mtschoen-unity Aug 4, 2020
0d8b00d
Set SelectionModule's initialization order to -5 to ensure it does no…
mtschoen-unity Aug 12, 2020
fa2d7a6
Do not update spatial hash if no objects have changed
mtschoen-unity Aug 13, 2020
6abe169
Fix bugs that can occur when destroying objects as they are being man…
mtschoen-unity Aug 13, 2020
02b4d41
Remove serializers in DisconnectInterface
mtschoen-unity Aug 13, 2020
cda6d7e
Fix a bug where the radial menu didn't have all of its actions on sec…
mtschoen-unity Aug 14, 2020
b1f7ac7
Try to fix editor hang by aborting cancel dialog threads
mtschoen-unity Aug 14, 2020
3e9e734
Use UtcNow for double-click check because it's faster
mtschoen-unity Aug 14, 2020
8b2f07a
Add IRayPointerDownHandler and IRayPointerUpHandler;
mtschoen Aug 14, 2020
75ac54f
Fix exceptions in keyboard SmoothMotion scripts;
mtschoen Aug 14, 2020
928fbc4
Fix inspector UI which was being overridden by the scroll handle
mtschoen Aug 14, 2020
f883d68
Fix hang caused by SendMessage call in EditorWindowCapture
mtschoen Aug 14, 2020
092b97b
Fix drag and drop;
mtschoen Aug 14, 2020
5e27a34
Fix close buttons in inspector dropdowns
mtschoen Aug 14, 2020
d56500a
Fix issues in project workspace
mtschoen Aug 16, 2020
c09324a
Update utils and module loader dependency to 1.1.0
mtschoen-unity Aug 17, 2020
a30c27d
Suppress obsolete warnings
mtschoen Aug 19, 2020
8508727
Suppress warnings in 2020.1;
mtschoen-unity Aug 20, 2020
b64c73b
Fix compile errors in 2020.2
mtschoen-unity Aug 20, 2020
3acd7d9
Fix warnings in 2020.2
mtschoen-unity Aug 20, 2020
a4aa8e5
Fix an issue where Spatial Menu could interrupt manipulator and other…
mtschoen-unity Aug 20, 2020
e679702
Fix build errors
mtschoen-unity Aug 21, 2020
b2be709
Fix warning from FolderData in builds
mtschoen-unity Aug 21, 2020
2cce4b7
Update version number and package metadata
mtschoen-unity Aug 21, 2020
ef892f1
Update module loader and utils dependencies to 1.1.1;
mtschoen-unity Aug 27, 2020
b0262ff
Apply fixes from MARS Companion project--mostly fixes for null refs
mtschoen-unity Aug 28, 2020
65ae164
Fix serialization errors in builds due to InspectorListViewController…
mtschoen-unity Aug 28, 2020
3388fc2
Fix an exception in HighlightModule that can occur if EditorXR tries …
mtschoen-unity Aug 31, 2020
eeafab7
Fix input in Quest builds
mtschoen-unity Aug 31, 2020
13a0fd4
Reference SpatialHashModule to prevent it from getting stripped on IL…
mtschoen-unity Sep 1, 2020
6b71e98
Update list view and spatial hash dependencies to released versions;
mtschoen-unity Sep 2, 2020
e5bb7ed
Update Yamato jobs
mtschoen-unity Sep 2, 2020
c29b154
Bump version number to 0.4.11-preview for future development
mtschoen-unity Sep 2, 2020
787c3c9
Update List View Framework dependency version
mtschoen-unity Sep 2, 2020
056fe5e
Bump version number to 0.4.12-preview for future development
mtschoen-unity Sep 3, 2020
b118766
add editor test version
jasons-unity Sep 8, 2020
16521dc
Implement new ListView interface requirements
StayTalm Sep 10, 2020
4b680a9
Submodule Update
StayTalm Sep 10, 2020
4f2d572
Submodule Update
StayTalm Sep 11, 2020
cb8f8f1
Remove code coverage tests to resolve failures on 2019.1
mtschoen-unity Sep 11, 2020
11207a4
Remove tests that require edit mode support with #ifdef in 2020.x
mtschoen-unity Sep 11, 2020
567341c
Merge pull request #18 from unity/jasons/add_editor_test_versions
mtschoen-unity Sep 11, 2020
06066a8
Merge branch 'development' into Multi-Select
mtschoen-unity Sep 11, 2020
21e46b6
Update List View Framework dependency
mtschoen Sep 11, 2020
44e7f03
Update changelog
mtschoen Sep 11, 2020
d50be17
Merge pull request #20 from unity/Multi-Select
mtschoen-unity Sep 11, 2020
41efe2b
Update list view framework dependency and changelog date
mtschoen-unity Sep 22, 2020
f467e0c
Add version defines;
mtschoen-unity Sep 22, 2020
4445eb6
Bump version number to 0.4.13-preview for future development
mtschoen-unity Sep 22, 2020
ea883f0
Fix documentation generation warnings;
mtschoen-unity Sep 24, 2020
129fdd8
Update Readme and documentation with setup instructions
mtschoen-unity Sep 24, 2021
c896d84
Update input prototype to fix compile errors in Unity 2021
mtschoen-unity Feb 11, 2022
ae0d749
Create SECURITY.md for security policy🚀
Oginternational Jan 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
*.ttf filter=lfs diff=lfs merge=lfs -crlf
*.wav filter=lfs diff=lfs merge=lfs -crlf
*.zip filter=lfs diff=lfs merge=lfs -crlf
*.lfs.* filter=lfs diff=lfs merge=lfs -crlf
*.unitypackage filter=lfs diff=lfs merge=lfs -crlf
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
### Purpose of this PR

[Description of the feature/changes. Links to screenshots, design docs, user docs, etc. as necessary. Consider which reviewers may be outside of your team and how much of the feature/area should be explained more.]

### Testing status

[Explanation of what’s been tested, how it was tested, and changes to existing or new automation tests. Testing can include manual testing by self and/or QA. Specify test plans; Rarely acceptable to have no testing.]

### Technical / Halo risk

[Overall product level assessment of the risk of the changes using the following criteria:

Tech Risk (not Tech Correctness, which is deferred to the reviewers)
* **0** could be just zero impact changes, removals but no logic changes
* **1** low impact, simple logic changes
* **2** is anything between 1 and 3
* **3** are extremely likely to introduce bugs

Halo Risk (Externality risk)
* **0** local change with no risk to other areas
* **1** neighbors could be affected
* **2** anything between 1 and 3
* **3** things might break everywhere]

### Comments to reviewers

[Per person info for what to focus on or historical info for a new reviewer to understand who may have previously reviewed and what their coverage was. Provide context.]
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
artifacts/**
build/**
.build_script/**
node_modules/**
.DS_Store
.npmrc
!Documentation~
!.Documentation
npm-debug.log
build.sh.meta
build.bat.meta
.idea/
.Editor
upm-ci~
10 changes: 2 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[submodule "libs/input-prototype"]
path = libs/input-prototype
[submodule "Runtime/libs/input-prototype"]
path = Runtime/libs/input-prototype
url=https://github.com/Unity-Technologies/input-prototype.git
branch = editorvr/main
[submodule "libs/UnityOctree"]
path = libs/UnityOctree
url=https://github.com/Unity-Technologies/UnityOctree.git
[submodule "libs/VRLineRenderer"]
path = libs/VRLineRenderer
url = https://github.com/Unity-Technologies/VRLineRenderer
26 changes: 26 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
artifacts/**
build/**
.build_script/**
node_modules/**
Documentation/ApiDocs/**
Documentation~/ApiDocs/**
.DS_Store
.npmrc
.npmignore
.gitignore
CONTRIBUTING.md
CONTRIBUTING.md.meta
QAReport.md
QAReport.md.meta
.gitlab-ci.yml
build.sh
build.sh.meta
build.bat
build.bat.meta

upm-ci~/**
.Editor/**
.yamato/**
*.zip*
TestRunnerOptions.json
.idea/**
14 changes: 14 additions & 0 deletions .yamato/pack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pack:
name: Pack
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
flavor: b1.large
commands:
- git submodule update --init --recursive
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci package pack --package-path .
artifacts:
packages:
paths:
- "upm-ci~/packages/**/*"
38 changes: 38 additions & 0 deletions .yamato/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
test_editors:
- version: 2019.1.14f1
test_platforms:
- name: win
type: Unity::VM
image: package-ci/win10:stable
flavor: b1.large
- name: mac
type: Unity::VM::osx
image: package-ci/mac:stable
flavor: m1.mac
---

publish:
name: Publish to Internal Registry
agent:
type: Unity::VM
image: package-ci/win10:stable
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci package publish --package-path .
triggers:
tags:
only:
- /^(r|R)(c|C)-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
artifacts:
artifacts:
paths:
- "upm-ci~/packages/*.tgz"
dependencies:
- .yamato/pack.yml#pack
{% for editor in test_editors %}
{% for platform in test_platforms %}
- .yamato/test.yml#test_{{ platform.name }}_{{ editor.version }}
- .yamato/test.yml#validate_{{ platform.name }}_{{ editor.version }}
{% endfor %}
{% endfor %}
103 changes: 103 additions & 0 deletions .yamato/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
blocking_test_editors:
- version: 2019.1.14f1
nonblocking_test_editors:
- version: 2019.3.0f6
- version: 2019.4
- version: 2020.1
- version: 2020.2
test_platforms:
- name: win
type: Unity::VM
image: package-ci/win10:stable
flavor: b1.large
- name: mac
type: Unity::VM::osx
image: package-ci/mac:stable
flavor: m1.mac
---

{% for editor in blocking_test_editors %}
{% for platform in test_platforms %}
test_{{ platform.name }}_{{ editor.version }}:
name : Test {{ editor.version }} on {{ platform.name }}
agent:
type: {{ platform.type }}
image: {{ platform.image }}
flavor: {{ platform.flavor}}
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests
artifacts:
logs:
paths:
- "upm-ci~/test-results/**/*"
dependencies:
- .yamato/pack.yml#pack
{% endfor %}
{% endfor %}

{% for editor in nonblocking_test_editors %}
{% for platform in test_platforms %}
test_{{ platform.name }}_{{ editor.version }}:
name : Test {{ editor.version }} on {{ platform.name }}
agent:
type: {{ platform.type }}
image: {{ platform.image }}
flavor: {{ platform.flavor}}
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests
artifacts:
logs:
paths:
- "upm-ci~/test-results/**/*"
dependencies:
- .yamato/pack.yml#pack
{% endfor %}
{% endfor %}

# Validate the package on each editor version and each platform
# Validation only occurs in editmode.
{% for editor in blocking_test_editors %}
{% for platform in test_platforms %}
validate_{{ platform.name }}_{{ editor.version }}:
name : Validate {{ editor.version }} on {{ platform.name }}
agent:
type: {{ platform.type }}
image: {{ platform.image }}
flavor: {{ platform.flavor}}
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type vetting-tests --platform editmode
artifacts:
logs:
paths:
- "upm-ci~/test-results/**/*"
dependencies:
- .yamato/pack.yml#pack
{% endfor %}
{% endfor %}

test_trigger:
name: Tests Trigger
triggers:
branches:
only:
- "development"
pull_requests:
- targets:
only:
- "/.*/"
dependencies:
- .yamato/pack.yml#pack
{% for editor in blocking_test_editors %}
{% for platform in test_platforms %}
- .yamato/test.yml#test_{{platform.name}}_{{editor.version}}
- .yamato/test.yml#validate_{{platform.name}}_{{editor.version}}
{% endfor %}
{% endfor %}
{% for editor in nonblocking_test_editors %}
{% for platform in test_platforms %}
- .yamato/test.yml#test_{{platform.name}}_{{editor.version}}
{% endfor %}
{% endfor %}
29 changes: 0 additions & 29 deletions Actions/Clone.cs

This file was deleted.

14 changes: 0 additions & 14 deletions Actions/Copy.cs

This file was deleted.

26 changes: 0 additions & 26 deletions Actions/Delete.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Actions/Icons/CloneIcon.png

This file was deleted.

64 changes: 0 additions & 64 deletions Actions/Icons/CloneIcon.png.meta

This file was deleted.

Loading