You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a package converted with the Package Maker Tool, it looks like the generated manifest contains no author object.
At no point is defining the author mentioned in the docs, nor exposed in the Unity Editor.
When following the instructions outlined in the package template using the converted package, building the repo listing will fail due to a null pointer exception because of the missing author object.
The text was updated successfully, but these errors were encountered:
Thanks for the report, @Markcreator - I've linked PR #14 above which should patch this issue but I'm not sure that we should. Other parts of the ecosystem may expect an author to exist for a package. If so, we need to update the Package Builder to include an author field as well, so that our tools provide the right data from the start.
See here.
When using a package converted with the Package Maker Tool, it looks like the generated manifest contains no author object.
At no point is defining the author mentioned in the docs, nor exposed in the Unity Editor.
When following the instructions outlined in the package template using the converted package, building the repo listing will fail due to a null pointer exception because of the missing author object.
The text was updated successfully, but these errors were encountered: