URP samples compatible with Unity 2020 LTS or above using Universal Render Pipeline
- Navigate to your project directory in file explorer <UnityProject>/Packages/manifest.json
Add a new scoped registry to manifest.json with the following:
Name: OpenUPM
URL: https://package.openupm.com
Scopes:
com.malee.reorderablelist
jillejr.newtonsoft.json-for-unity
com.strikervr.strikersdk
More information about scoped registries in Unity
- Navigate to Edit > Project Settings > Package Manager
- Under Package Manager > My Registries you can install the following:
StrikerVR StrikerLink SDK
(You may need to close and re-open package manager to refresh)
- Import "Samples (URP)" from the StrikerVR StrikerLink SDK Samples drop down menu in Package Manager.
SAMPLE MAVRIK SCENE
Check out the SampleMavrikScene in the imported samples for a basic example of using the SDK.
Assets/Samples/StrikerVR StrikerLink SDK/0.8.2/Samples (URP)/Scenes/SampleMavrikScene
You can shoot with the trigger, and reload by hitting the bottom of the blaster. (It will flash red when you need to reload).
UNITY 2019.1 - 2019.3 Support
StrikerVR StrikerLink SDK v0.8.2 now supports back to Unity 2019.1 and is available over UPM. To install it in Unity version 2019.1 - 2019.3, add this to your manifest.json:
"scopedRegistries": [
{
"name": "OpenUPM",
"url": "https://package.openupm.com/",
"scopes": [
"com.malee.reorderablelist",
"com.strikervr.strikersdk"
]
}
],
"dependencies": {
"com.malee.reorderablelist": "1.0.1",
"com.strikervr.strikersdk": "0.8.2",
Then go to :
https://github.com/applejag/Newtonsoft.Json-for-Unity
Download the .zip file and extract it. Go to Package Manager and select "Add package from disc...", then navigate to and select the file located at Newtonsoft.Json-for-Unity/tree/master/Src/Newtonsoft.Json-for-Unity/package.json