Unity 2022.2.0f1: There is no XRI 2.2 in Package Manager. How can I install it?
You have to modify the manifest.
Project Root/Packages/Manifest
Change whatever version you are on to
“com.unity.xr.interaction.toolkit”: “2.2.0”,
1 Like
@mikeNspired Thank you very much. This works for me.
I wonder why it doesn’t show, is there a logic to which package version goes with which Unity version ?
Is there somewhere we can look this up ? Or is this just an oversight in the release ?
I posted a similar question in this thread where someone from unity responded