UnityNativeGallery icon indicating copy to clipboard operation
UnityNativeGallery copied to clipboard

Issue with 2022.1.23 and NativeGallery.Runtime already existing

Open aholla opened this issue 2 years ago • 1 comments

Description of the bug

Opening my project in 2022 gives the following errors:

Assembly with name 'NativeGallery.Runtime' already exists (Packages/com.yasirkula.nativegallery/Plugins/NativeGallery/NativeGallery.Runtime.asmdef)

Assembly with name 'NativeGallery.Runtime' already exists (Assets/Plugins/NativeGallery/NativeGallery.Runtime.asmdef)

Assembly with name 'NativeGallery.Editor' already exists (Packages/com.yasirkula.nativegallery/Plugins/NativeGallery/Editor/NativeGallery.Editor.asmdef)

Assembly with name 'NativeGallery.Editor' already exists (Assets/Plugins/NativeGallery/Editor/NativeGallery.Editor.asmdef)

Reproduction steps

Open in 2022.1.23

Platform specs

Please provide the following info if this is a Unity 3D repository.

  • Unity version: e.g. 2018.3.1f1
  • Platform: e.g. Android, iOS, Windows
  • Device: if Platform is Android or iOS, please provide the model and the OS version of your device; e.g. Samsung Galaxy S8, Android 10
  • How did you download the plugin: e.g. Asset Store, GitHub, Package Manager. Please make sure that your asset is up-to-date

Additional info

Please check Logcat (Android) or Xcode console (iOS) for any meaningful error messages and include them here.

aholla avatar Dec 08 '22 11:12 aholla

Looks like the plugin was added both as a normal asset and as a package. You can remove it from either Assets/Plugins/NativeGallery or Package Manager.

yasirkula avatar Dec 08 '22 11:12 yasirkula