Search Issue Tracker

Fixed in 2021.3.34f1

Fixed in 2021.3.X, 2022.3.X, 2023.2.X, 2023.3.X, 7000.0.0a1, future release

Votes

0

Found in

2021.3.32f1

2022.3.14f1

2023.2.1f1

2023.3.0a15

Issue ID

UUM-57229

Regression

No

androidlib plugins should default to Android

Android

-

The directories with .androidlib "extension" should by default be marked as compatible only with Android.

 

Repro:

  • Make a folder named "myplugin.androidlib"
  • Copy it to Unity project
  • Select the plugin and look into Plugin Inspector window

** Expected: Plugin is marked as compatible only with Android
** Actual: Plugin is marked compatible with any platform

Fix:

In PluginImporter.cpp we already have checks for .java, .kt and others to be marked as compatible with Android. Add .androidlib there too.

Add comment

Log in to post comment