LurkingNinja / com.lurking-ninja.codegen

Contains vital elements for my other Unity packages using codegen.

Home Page:https://lurking-ninja.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codegen Package

Contains vital elements for my other Unity packages using codegen.

HOME | CHANGELOG | LICENSE

Installation

You can choose manually installing the package or from GitHub source.

Add package from git URL

Use the Package Manager's +/Add package from git URL function. The URL you should use is this:

https://github.com/LurkingNinja/com.lurking-ninja.codegen.git?path=Packages/com.lurking-ninja.codegen

Manual install

  1. Download the latest .zip package from the Release section.
  2. Unpack the .zip file into your project's Packages folder.
  3. Open your project and check if it is imported properly.

Usage

You don't need to use this package directly.

But please check the OnAssetPostProcessorInput.cs file in the Input Codegen package for an example.

About

Contains vital elements for my other Unity packages using codegen.

https://lurking-ninja.com/

License:MIT License


Languages

Language:C# 100.0%