Skip to content

[Chore] Fixed missing .meta files

Choose a tag to compare

@mfdeveloper mfdeveloper released this 15 Oct 08:45
· 2 commits to upm since this release

Fixed missing Screenshots.meta and package-lock.json.meta files, to avoid Unity Editor console errors.

Also:

CHANGED

  • Refactoring in renameInvalidDirs() of .github/scripts/functions.sh script, in order to try avoid Permission Denied error when rename dir Samples to => Samples~. This directory could have several others children directories inside!
  • Refactoring in localPublish() of .github/scripts/functions.sh script to install dev dependencies of a UPM package

    WARNING: For now, you must delete the { dependencies: { } } key from package.json of a package. This is because a regular npm install can't install Unity packages dependencies.