-
Notifications
You must be signed in to change notification settings - Fork 3
1 ‐ Installing BIMOS
Kaden edited this page Dec 6, 2024
·
13 revisions
Create a new Universal 3D
project
- Skip this step if you already have a project
- Select the latest
Release
underReleases
on the GitHub repository.
- Select and download
BIMOS.unitypackage
- Drag
BIMOS.unitypackage
into theProject
window
- Select
Edit
→Project Settings...
- Select
XR Plug-in Management
- Enable
OpenXR
underPlug-in Providers
for PC
- Enable
OpenXR
underPlug-in Providers
for Android
- Select
Project Validation
underXR Plug-in Management
- Select
Fix All
underValidation Rules
- Select
OpenXR
underXR Plug-in Management
- Select the following under
Enabled Interaction Profiles
for PC:HTC Vive Controller Profile
Oculus Touch Controller Profile
HP Reverb G2 Controller Profile
Valve Index Controller Profile
- Select
Oculus Touch Controller Profile
underEnabled Interaction Profiles
for Android
- Select
Meta Quest Support
underOpenXR Feature Groups
for Android
Configuring WebXR (skip if you don't have WebXR installed)
- Install WebXR using their instructions.
- Select the
[BIMOS] Player Rig
Prefab
inBIMOS/Assets
- Select the
LeftController
andRightController
under[BIMOS] Player Rig/ControllerRig/CameraOffset/FloorOffset
- Add
Web XR Controller
components toLeftController
andRightController
- Set
Hand
toLEFT
for theLeftController
andRIGHT
for theRightController
- Tick
Always Use Grip
on both
- Select
Tags and Layers
- Add
BIMOSRig
andBIMOSMenu
underLayers
- The layer number does not matter
- The layers must not already be in use by any game objects
- Select
Assets/Settings
underProject
- Enable the
Decal
render feature in bothPC_Renderer
andMobile_Renderer
by selectingAdd Render Feature
- You may want to remove the
Screen Space Ambient Occlusion
render feature fromPC_Renderer
for better performance
- You may want to remove the
- Select
File
→New Scene
- Select
Standard (BIMOS)
In Hierarchy
, select +
→ BIMOS
→ Spawn Point
- Make sure to remove all cameras from the scene beforehand
Now that you have BIMOS installed, you may want to import some assets from the demo!
KadenZombie8 2024