Install Dev-tools
In the previous chapter, we have installed Unity and created a Unity project. Next, we need to install the XRMOD development kit. Before the project starts, we need to install the XRMOD Kit using the Unity Package Manager
.
Add Registries
- Open Unity Editor and create an URP project
- Set the
Unity Package Manager
registries throughEdit
->ProjectSetting
->Package Manager
- Typing inthe form below in
Package Manager
->Scoped Registries
, checked theenable Preview Packages
andEnable Pre-release Packages
, then click Apply to save your setings.
Name | URL | Scope(s) |
---|---|---|
PhantomsXR | https://registry.npmjs.org | com.phantomsxr |

- Open the
Unity Package Manager
viaWindow
>Package Manager
in the top menu bar - Switch the
registry
toMy Registries
again and you will see all development packages.


Install packages
Here is an example of handheldAR:
- Install
XRMOD Engine SEtgings
- Install
HandHeldAR
andXRMOD IL Core
Initialize our Unity project by installing XRMOD Engine Settings
, and then install the corresponding Package according to the platform you need to develop.

Here is an example of handheldAR:
- Install
XRMOD Engine SEtgings
- Install
HandHeldAR
andXRMOD IL Core
Initialize the project
Open the ProjectSettings
panel via Edit
->ProjectSettings
. Then to find the PhantomsXR tab and expand it, switch to the XR-MOD Engine SDK Settings
. Select the platform you want to develop on in the SDK settings, then click the Apply
button in the upper right corner to save your choice.

If a ❌ 6 appears in the [5] area you will see the Fix button behind it, click on it to fix it.