Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsuneko-laboratory/csprojhooks
CsprojHooks performs additional processing when Unity Editor generates the .csproj.
https://github.com/natsuneko-laboratory/csprojhooks
Last synced: 4 days ago
JSON representation
CsprojHooks performs additional processing when Unity Editor generates the .csproj.
- Host: GitHub
- URL: https://github.com/natsuneko-laboratory/csprojhooks
- Owner: natsuneko-laboratory
- License: mit
- Created: 2022-06-02T21:26:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T04:22:20.000Z (over 2 years ago)
- Last Synced: 2024-11-10T08:17:46.217Z (2 months ago)
- Language: C#
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Csproj Hooks
CsprojHooks performs additional processing when Unity Editor generates the .csproj.
## Supports
- Unity 2019.4 or greater
- This extension is created by Unity 2021.3
- Visual Studio 2022## Extend
If you want to additional csproj modification with configuration, implements `ICsprojHooksFeature` interface.
## License
MIT by [@6jz](https://twitter.com/6jz)