Unable to import Interactable meshes from VR Interactable Objects.zip

In the Assets and XR Management lesson of the first module of the Unity VR/XR Developer: Make Immersive VIRTUAL REALITY Games course, the instructor adds some custom interactable meshes to the scene sounds like they are part of the VR Interactable Objects.zip that is included in the resources for the lesson.

I have made several attempts to import the zip and the extracted contents. Unity cannot identify the assets when the file browser is opened through either import custom package or import new asset.

How are the assets from the zip file intended to be imported?

Thanks

1 Like

This what you should do:

  1. Extract the package from the zip file.
  2. In Unity, on the project tab, right click and choose import package, then select custom pacakge
  3. Look for the extracted file, and select it. Then you can import it.

I hope that helps

1 Like

The zip file contains the file VR_Interactable_Object.unitypackage, On a Mac the built-in os unzipper would automatic unzip both of the file and create a folder with the contents of VR_Interactable_Object.unitypackage

Using a third-party compression tool allowed me only to uncompress the zip file and then add the .unitypackge to the project as expected.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms