Skip to content

Unity metafiles generator

Actions

About

Github action generating meta files for Unity using JS
v1.4
Latest
Star (3)

Unity metafiles generator

This action generates a metafiles for Unity packages. The current version supports generating metafiles only for following files:

  • package.json
  • *.dll files
  • directories

Usage

Inside a workflow file define following step:

- name: Generate metafiles
  uses: rouvydev/metagen-gha
  with:
    seed: 'random string'
    directory: 'path/to/directory/with/package.json'

The directory parameter should point on folder with package.json file for Unity package. Insisde this folder will this action generate metafiles for all files and subdirectories.

Unity metafiles generator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github action generating meta files for Unity using JS
v1.4
Latest

Unity metafiles generator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.