Search Unity

Generate .unitypackage without Unity CLI

Discussion in 'Scripting' started by elmar1028, Feb 24, 2021.

  1. elmar1028

    elmar1028

    Joined:
    Nov 21, 2013
    Posts:
    2,359
    Hi guys,

    I am trying to create a .unitypackage from scripts/assets without being blocked from compilation errors. I am trying to place third-party dependencies into .unitypackage files without having to import dependant files into the project.

    Is there a way to generate a .unitypackage externally without using Unity/Unity CLI?

    Thanks!