Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhett12321/Unity-Slngen
Unity editor extension that adds additional solution configurations to generated .sln/.csproj files.
https://github.com/jhett12321/Unity-Slngen
csproj game game-development postprocessor sln unity unity-editor unity2d unity3d unity3d-plugin visual-studio
Last synced: 3 months ago
JSON representation
Unity editor extension that adds additional solution configurations to generated .sln/.csproj files.
- Host: GitHub
- URL: https://github.com/jhett12321/Unity-Slngen
- Owner: jhett12321
- License: mit
- Created: 2018-11-13T04:36:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T14:34:01.000Z (almost 6 years ago)
- Last Synced: 2024-07-14T02:32:33.407Z (4 months ago)
- Topics: csproj, game, game-development, postprocessor, sln, unity, unity-editor, unity2d, unity3d, unity3d-plugin, visual-studio
- Language: C#
- Homepage:
- Size: 1.8 MB
- Stars: 16
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity-Slngen - Adds additional solution configurations to generated .sln/.csproj files (Editor Utility)
README
# Unity-SlnGen
SlnGen is a editor plugin that generates project/solution configurations for different targets in the Unity Editor.![VS Preview](https://github.com/jhett12321/Unity-SlnGen/raw/master/config-switch.gif)
![VS Build Config](https://github.com/jhett12321/Unity-SlnGen/raw/master/config-build.gif)
## Features
* Adds solution configurations for Editor, Player, and Development Builds.
* Compile-time checking (in IDE) for editor, and platform code usage.## Compatibility
Unity: 2018.1 or greaterIDEs: Tested with Visual Studio 2017, Rider 2018.
## Installation
### 2018.3 or HigherAdd the following line to your project's "/Packages/manifest.json" file.
```
"com.blackfeatherproductions.slngen": "https://github.com/jhett12321/Unity-SlnGen.git"
```### Others
See [Releases](https://github.com/jhett12321/Unity-Slngen/releases) for a .unitypackage.