Skip to content

rouvydev/metagen-gha

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.

About

Github action generating meta files for Unity using JS.

Resources

License

Stars

3 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors