UnityとUniVRMについて質問です。 UnityでUniVRMを導入してUniVRMのメニューを開いてもインポートの項目が表示されません。Universal RPを導入してから導入してもダメでした。 Package Manager経由で導入しようとしてもエラーが発生して入れる事が出来ません。UniVRMは1.0の方を使っています。Unity、UniVRM共に最新のバージョンを使用しています。 どうすればVRMをインポート出来るようになるでしょうか? 【Package Manager経由で導入しようとした時に起きたエラー】 [Package Manager Window] Error adding/removing packages: https://github.com/vrm-c/UniVRM.git?path=/Packages/UniGLTF#v0.131.0. Unable to add packages: Unable to add package [https://github.com/vrm-c/UniVRM.git?path=/Packages/UniGLTF#v0.131.0]: No 'git' executable was found. Please install Git on your system then restart Unity and Unity Hub UnityEditor.EditorApplication:Internal_CallUpdateFunctions () 【UniVRMを導入した時に出た警告の一部】 Packages\com.vrmc.vrm\Editor\Components\SpringBone\SpringBoneTreeView.cs(60,40): warning CS0618: 'TreeViewItem' is obsolete: 'TreeViewItem is now deprecated. You can likely now use TreeViewItem<int> instead and not think more about it. But if you were using that identifier to store InstanceID data, you should instead opt to upgrade your TreeViews to use TreeViewItem<InstanceID> to get the proper typing.' Packages\com.vrmc.vrm\Tests\SerializationTests.cs(112,26): warning CS0618: 'ShaderUtil.ShaderPropertyType' is obsolete: 'Use UnityEngine.Rendering.ShaderPropertyType instead.' Packages\com.vrmc.vrm\Tests\SerializationTests.cs(86,25): warning CS0618: 'ShaderUtil.GetPropertyType(Shader, int)' is obsolete: 'Use Shader.GetPropertyType instead.' Packages\com.vrmc.gltf\Editor\UniHumanoid\MuscleInspectorEditor.cs(151,38): warning CS0618: 'TreeViewItem' is obsolete: 'TreeViewItem is now deprecated. You can likely now use TreeViewItem<int> instead and not think more about it. But if you were using that identifier to store InstanceID data, you should instead opt to upgrade your TreeViews to use TreeViewItem<InstanceID> to get the proper typing.'