Author XR in XR
Перейти к файлу
Matt Schoen 0b7fdbdaa4 Add *.unitypackage as an LFs type in .gitattributes;
Remove Dependencies_asmdef.unitypackage so it can be added to LFS
2019-02-07 12:48:39 -08:00
.github Add pull request template 2019-02-04 09:46:51 -08:00
Action Maps
Actions Remove extra whitespace 2019-01-25 20:10:58 -08:00
Editor Add build actions to manipulate asmdef files; 2019-02-06 21:46:46 -08:00
Fonts Add new alternate text material with a specific render queue for alternate menus 2019-02-05 15:48:07 -08:00
Manipulators Remove extra whitespace 2019-01-25 20:10:58 -08:00
Menus Address PR comments; 2019-02-06 23:32:42 -08:00
Models Correct naming of ToolsMenu primary button mesh collider FBX 2019-02-04 17:22:03 -08:00
Patches Add *.unitypackage as an LFs type in .gitattributes; 2019-02-07 12:48:39 -08:00
PostProcessing Disable DOF on EXR post-processing profile 2018-08-08 01:08:23 -07:00
Prefabs Unify all material render queue changes throughout ToolsMenuButton materials 2019-02-05 15:58:14 -08:00
Scripts Address PR comments; 2019-02-06 23:32:42 -08:00
Shaders Use assembly definition files; Get play-mode working 2018-05-21 21:55:07 -07:00
Tests Address PR comments; 2019-02-06 23:32:42 -08:00
Tools Fix compile issues in player builds; 2019-02-06 17:12:53 -08:00
Workspaces Address PR comments; 2019-02-06 23:32:42 -08:00
libs Address PR comments; 2019-02-06 23:32:42 -08:00
.gitattributes Add *.unitypackage as an LFs type in .gitattributes; 2019-02-07 12:48:39 -08:00
.gitmodules
Action Maps.meta
Actions.meta
AssemblyInfo.cs Remove extra whitespace 2019-01-25 20:10:58 -08:00
AssemblyInfo.cs.meta
EXR.asmdef Merge remote-tracking branch 'remotes/origin/development' into playmode 2019-02-06 14:48:56 -08:00
EXR.asmdef.meta Use assembly definition files; Get play-mode working 2018-05-21 21:55:07 -07:00
Editor.meta
Fonts.meta
LICENSE Merge in development repo from main EXR branch: modified files 2018-07-13 01:56:50 -07:00
LICENSE.meta
Manipulators.meta
Menus.meta
Models.meta
Patches.meta Rename UndoPatch folder to Patches; 2019-02-06 14:49:45 -08:00
PostProcessing.meta Add new EXR post-processing profile 2018-08-08 00:06:46 -07:00
Prefabs.meta
README.md Update readme for play mode changes 2019-02-06 23:48:21 -08:00
README.md.meta
Scripts.meta
Shaders.meta
Tests.meta
Tools.meta
Workspaces.meta
libs.meta

README.md

EditorXR

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

Experimental Status

Its 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, were 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 wont 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 (!)
  • Theres 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. The EditorXR assembly definition must reference both platform SDK packages (SteamVR or Oculus VR) from the Asset Store. These packages do not include assembly definitions in their current forms, so after importing EditorXR, you must add them.

For easy set-up, EditorXR includes a .unitypackage (Patches/Dependencies_asmdef.unitypackage) containing these assembly definitions in the locations they are likely to be needed. This package also contains an assembly definition for the PolyToolkit, which is also referenced by EditorXR.

This is not required for Unity versions 2019.1 and above.

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.