[VRTK4.0] Install VRTKv4Tilia package importer

learning target:

  演示如何从Unitv资源商店安装VRTKv4Tilia包导入器,以轻松访问VRTKv4Tilia包,这些包为构建XR体验提供了各种有用的功能.


Brief description:

      It is recommended to use version 2022.2.11F1 or later for VRTK use. We can import the Tilia package manager from the Unity asset store without having to import it to VR


process:

step one:

       Click the Window button above the menu bar to open the asset store:

       Then search for VRTK4.0, add it to my resources, and import it into Unity:

 Step two:

       When we import VRTK4.0 into Unity, you will see the VRTK V4 package importer appear in the Unity package manager, if you have not downloaded it, you will get a download button:

          Once you've downloaded it, you can click Import, and you'll get a warning that this Unity package has package manager dependencies, just click Install to upgrade:

 Step three:

        At this point, you will see the Import Unity Package window, then click Import to import all package contents into Unity:

      At this time, you find that there is a package in your Assets. At this time, just close the Package Manager. Then we can see Tilia's menu by clicking Window through the window:

Step four:

       Click "Package Importer" to enter the main panel:

 The panel tells you: No scoped registries were found in your project manifestjson
Click the button below to try and automatically add the required scoped registries to your project manifest.json file. So you need to click "Add Scoped Registry" to add the registry:

       At this time, the project settings window appears, which tells us that the new Scoped registry has been imported, we can click Close, and then see that the registry has been imported into the project, just close the project settings window:

 At this point, we have completed the import and setup of the Tilia package, and now we can use the Tilia package to build our VRTK solution.

Guess you like

Origin blog.csdn.net/LiKe11807/article/details/130814278