Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Custom package is not supported on Android

Discussion in 'Package Manager' started by Alex_Bo, Feb 13, 2023.

  1. Alex_Bo

    Alex_Bo

    Joined:
    Sep 18, 2014
    Posts:
    16
    I made a simple custom package with a framework I use for different project. It has only Runtime folder with a bunch of scripts. When I include this package and compile for Windows all is good, but Android build fails with a warning:

    Plugin 'Packages/com.bo.framework' is not supported on Android, please deselect it in Plugin Inspector
    UnityEngine.GUIUtility:processEvent (int,intptr,bool&)

    and an error:

    BuildFailedException: Incremental Player build failed!

    Any suggestion will be appreciated.
     
  2. Alex_Bo

    Alex_Bo

    Joined:
    Sep 18, 2014
    Posts:
    16
  3. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
  4. Alex_Bo

    Alex_Bo

    Joined:
    Sep 18, 2014
    Posts:
    16
    Thank you! This is this issue indeed. I have renamed the package and it builds successfully. I was desperate until you added this comment.
     
    okcompute_unity likes this.