https://github.com/lzinga/comlib
library that contains useful methods/function/extensions so I don't have to keep re-writing them for every new project like I usually do.
https://github.com/lzinga/comlib
Last synced: over 1 year ago
JSON representation
library that contains useful methods/function/extensions so I don't have to keep re-writing them for every new project like I usually do.
- Host: GitHub
- URL: https://github.com/lzinga/comlib
- Owner: lzinga
- License: mit
- Created: 2016-02-15T22:37:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T00:51:14.000Z (about 10 years ago)
- Last Synced: 2025-01-19T08:33:10.999Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 4.81 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComLib
[](https://ci.appveyor.com/project/lzinga/comlib)
A library that contains useful methods/function/extensions so I don't have to keep re-writing them for every new project like I usually do.
## Unity Library
Since unity is built on an older .net framework version has no connection with `ComLib.Extensions` and should have no connection
to any other library in this solution unless it supports .net 3.5.
`ComLib.Unity` should be able to run independantly with its only dependancy being .net 3.5 supportable libraries.
## Unity DLLs
We claim no ownership of the dll files and only provide them for the build process of this library. They should not be included with your unity build
or included in anything but this solution.