Gameframe.DataTypes
Gameframe.DataTypes provides a curated library of utility data types for Unity development. Designed to streamline common data handling tasks, this package offers reusable, well-tested types that integrate seamlessly into your projects via the Unity Package Manager.
com.gameframe.datatypes 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/coryleach-datatypes.git README Markdown
Copy this to your project's README.md
## Installation
Add **Gameframe.DataTypes** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/coryleach-datatypes.git
```
[](https://www.pkglnk.dev/pkg/coryleach-datatypes)README
Welcome to com.gameframe.datatypes 👋
Library of misc data types I've created for use in unity
Quick Package Install
Using UnityPackageManager (for Unity 2018.3 or later)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
"dependencies": {
"com.gameframe.datatypes": "https://github.com/coryleach/UnityDataTypes.git#1.0.0",
...
},
}
Author
👤 Cory Leach
- Twitter: @coryleach
- Github: @coryleach
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In