The Wayback Machine - https://web.archive.org/web/20190725220121/https://github.com/Unity-Technologies/EditorXR
Skip to content
Author XR in XR
Branch: development
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
Action Maps WIP on proxyanimator Sep 29, 2017
Actions Fix prefab-API warnings; Feb 28, 2019
Editor Tweak readme; Apr 16, 2019
Fonts Fix SpatialMenu.prefab in 2017.4; Mar 5, 2019
Manipulators Fix SpatialMenu.prefab in 2017.4; Mar 5, 2019
Menus Fix multi-select action on Vive by not blocking left stick input in U… Apr 16, 2019
Models Remove old Hydra models (unused/unsupported) Mar 16, 2019
Patches Update asmdef dependencies to have a placeholder for SpatialTracking … Mar 17, 2019
PostProcessing Disable DOF on EXR post-processing profile Aug 8, 2018
Prefabs Apply remaining improvements from siggraph-misc branch May 20, 2019
Scripts Graft minor PR changes from @dunity Jul 2, 2019
Shaders Use assembly definition files; Get play-mode working May 22, 2018
Tests Fix compile errors in 2017.4 Apr 16, 2019
Tools Fix warning in TransformTool.cs Jul 2, 2019
Workspaces Graft minor PR changes from @dunity Jul 2, 2019
libs Create BaseVRInputToEvents base class; Remove SteamVR dependencies Mar 16, 2019
.gitattributes Add *.unitypackage as an LFs type in .gitattributes; Feb 7, 2019
.gitmodules Add tabs Mar 8, 2017
Action Maps.meta Create SixenseProxy class Jun 13, 2016
Actions.meta Fix a bunch of menu visibility bugs; Clean up action interfaces Oct 19, 2016
AssemblyInfo.cs Fix tests; Feb 12, 2019
AssemblyInfo.cs.meta Make Assembly-CSharp internals visible to Assembly-CSharp-Editor to f… Jan 11, 2017
EXR.asmdef Move SeedXRInputBindings to Editor assembly; Apr 15, 2019
EXR.asmdef.meta Use assembly definition files; Get play-mode working May 22, 2018
Editor.meta Refactor BaseHandle's events; Add HandleFlags; Fix naming to match co… Aug 29, 2016
Fonts.meta Move required fonts into EditorVR folder Oct 6, 2016
LICENSE Merge in development repo from main EXR branch: modified files Jul 13, 2018
LICENSE.meta Add LICENSE.meta Jan 4, 2017
Manipulators.meta Add comment on AssetGridItem.Magnetize; Rename listClipFrag to listCl… Sep 16, 2016
Menus.meta Move menus out of Tools folder Dec 7, 2016
Models.meta Create SixenseProxy class Jun 13, 2016
Patches.meta Rename UndoPatch folder to Patches; Feb 6, 2019
PostProcessing.meta Add new EXR post-processing profile Aug 8, 2018
Prefabs.meta Renamed and set up Mouse action map; Aug 14, 2018
README.md Tweak readme; Apr 16, 2019
README.md.meta Add README meta Jan 9, 2017
Scripts.meta Create SixenseProxy class Jun 13, 2016
Shaders.meta Renamed and set up Mouse action map; Aug 14, 2018
Tests.meta Add CCU test Jan 10, 2017
Tools.meta Reorganize tool folder to be separate from rest of system Jun 30, 2016
Workspaces.meta Refactor Chesboard/ChessboardRenderer to MiniWorld/MiniWorldRenderer Aug 8, 2016
libs.meta Add ray to proxy hands using VRLineRenderer, add VR.Proxies.Node enum Jun 18, 2016

README.md

EditorXR

Author XR in XR - Initial public release was on December 15, 2016 via blogpost

Experimental Status

It’s important to note that EditorXR is an experimental feature. As such, there is no formal support (e.g. FogBugz, support@unity3d.com, Premium Support, etc.) offered, so please do not use these channels. Instead, take your questions, suggestions, comments to our dedicated forum.

To help ensure you have a good experience, and to help us answer your questions (hey, we’re a small team!), we encourage you to try it out first with a small VR-ready scene. Please use life-sized objects, nothing too big or small. Dive in and have fun just playing around, instead of trying to use your existing project.

As with any experimental/preview/alpha/beta build, it is always a good idea to make a backup of your project before using the build.

Experimental means this:

  • We're still adding features!
  • The current menus, tools, workspaces, actions, etc. are not the end-all-be-all. Each of these have individual designs that will change as we experiment with what works best for UX. EditorXR was designed in such a way that we plan on you being able to replace all of these defaults, too, if you so desire.
  • Namespaces, classes, software architecture, prefabs, etc. can change at any point. If you are writing your own tools, then you might need to update them as these things change.
  • There won’t always be an upgrade path from one release to the next, so you might need to fix things manually, which leads to the next point...
  • Stuff can and will break (!)
  • There’s no guarantee that this project will move out of experimental status within any specific timeframe.
  • As such, there is no guarantee that this will remain an actively supported project.

Getting Started

If you've made it here, but aren't accustomed to using GitHub, cloning repositories, etc. and are simply looking to give EditorXR a spin, then take a look at the Getting Started Guide. Once you're up and running we recommend you join the discussion on the EditorXR forum.

For Software Developers

If you're a developer, we recommend that you take a look at the Getting Started Guide and the companion document Extending EditorXR. You'll need to clone the repository into an existing project using the instructions below.

Git Dependencies

Project Asset Dependencies

Cloning

  1. Create a new Unity project or use an existing one
  2. From the command line change directory to your project's Assets directory.
  3. Run git lfs clone --recursive -b development https://github.com/Unity-Technologies/EditorXR (Use HTTPS!)

Updating

Because this project uses git-submodule, you'll need to execute git submodule update after pulling whenever a submodule is updated. You could execute this command always just to be safe or if you notice that a submodule is showing as modified after pulling changes.

Optionally, you could add a git hook for post-checkout or use a GUI (e.g. SourceTree) that does this automatically for you.

Project Settings

If you plan on making changes to EditorXR and/or contributing back, then you'll need to set the Asset Serialization property under Edit->Project Settings->Editor to Force Text.

Assembly Definitions

In order to support a variety of platform configurations, and to optionally strip its code out of player builds, EditorXR uses assembly definitions. Some of EditorXR's dependencies do not include assembly definitions in their current forms, so after importing EditorXR (in Unity 2018.3 and below), you must add them.

For easy set-up, EditorXR includes a .unitypackage (Patches/Dependencies_asmdef.unitypackage) containing an assembly definition for the PolyToolkit and UnityEngine.SpatialTracking, which are referenced by EditorXR. Simply import it via Assets > Import Package > Custom Package...

This is not required for Unity versions 2019.1 and above, though you will need to add an assembly definition in order to reference PolyToolkit.

All contributions are subject to the Unity Contribution Agreement (UCA)

By making a pull request, you are confirming agreement to the terms and conditions of the UCA, including that your Contributions are your original creation and that you have complete right and authority to make your Contributions.

You can’t perform that action at this time.