https://github.com/ycarowr/tools
A git submodule that contains a bunch of boilerplates for C#/Unity3D code.
https://github.com/ycarowr/tools
boilep component component-library components csharp patterns reuse reused-component template templates tool unity unity2d unity3d
Last synced: 9 months ago
JSON representation
A git submodule that contains a bunch of boilerplates for C#/Unity3D code.
- Host: GitHub
- URL: https://github.com/ycarowr/tools
- Owner: ycarowr
- License: mit
- Created: 2019-06-23T20:46:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T17:28:32.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T01:11:35.535Z (9 months ago)
- Topics: boilep, component, component-library, components, csharp, patterns, reuse, reused-component, template, templates, tool, unity, unity2d, unity3d
- Language: C#
- Homepage:
- Size: 2.6 MB
- Stars: 12
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools
In order to not reinvent the wheel every time a project starts I keep this git submodule which contains mostly
generic pieces of code such as patterns or simple tools used across different projects.
Sorry, but for now the documentation is still very incomplete.
Note: Any change made in this repository has to be done with the following thought in mind: once the submodule is updated the changes are automatically available to all dependent projects.