Oliver Liu
Oliver Liu

Reputation: 21

access denied GVR SDK

I am trying to install a version of the GoogleVR SDK, however I get this message in unity after pressing the import button.

Copying Temp/Export

Package/59a575daa4f43d1468a5f9a51e1b1c2a/59177834662aa4ead89a6c07a4715165/asset to Assets/Plugins/x86_64/audioplugingvrunity.dll: Access is denied.

Upvotes: 2

Views: 790

Answers (1)

Ugur Tufekci
Ugur Tufekci

Reputation: 350

Try this:

  • Close Unity Completely

  • Using the file browser, navigate to your projects: Assets\Plugins\

  • Delete the x86_64 folder (The only thing in this folder was the previous audioplugingvrunity.dll)

  • If you have x86_64.meta file, delete that too.

  • Open up your unity project and re-import the package.

Upvotes: 4

Related Questions