An open API service indexing awesome lists of open source software.

https://github.com/nicolasdevnet/nottwice

NotTwice is a suite of libraries designed to provide quality-of-life tools for Unity developers.
https://github.com/nicolasdevnet/nottwice

components events quality-of-life unity3d-plugin

Last synced: 6 months ago
JSON representation

NotTwice is a suite of libraries designed to provide quality-of-life tools for Unity developers.

Awesome Lists containing this project

README

          

# NotTwice
NotTwice is a suite of libraries designed to provide quality-of-life tools for Unity developers. In general terms, the library aims to better structure game code and create a clear separation (wherever possible) between scripts and the Unity editor. It promotes component reusability and helps to increase development speed and memory preservation through the use of scriptable objects.

## Installation
To install a package, use this URL via Unity UPM Package Manager:

https://github.com/NicolasDevNet/NotTwice.git?path=Assets/com.nottwice.{packagename}

Packages available:

- [components](https://github.com/NicolasDevNet/NotTwice/tree/main/Assets/com.nottwice.components)
- [events](https://github.com/NicolasDevNet/NotTwice/tree/main/Assets/com.nottwice.events)
- [scene](https://github.com/NicolasDevNet/NotTwice/tree/main/Assets/com.nottwice.scene)
- [scriptableobjects](https://github.com/NicolasDevNet/NotTwice/tree/main/Assets/com.nottwice.scriptableobjects)
- [serializables](https://github.com/NicolasDevNet/NotTwice/tree/main/Assets/com.nottwice.serializables)
- [proxies](https://github.com/NicolasDevNet/NotTwice/tree/main/Assets/com.nottwice.proxies)
- [patterns](https://github.com/NicolasDevNet/NotTwice/tree/main/Assets/com.nottwice.patterns)

## Contribution
[Nicolas FOUQUE](https://nfodevfreelance.fr/)

## Support
[Nicolas FOUQUE](mailto:n.fouquedev@outlook.fr)

## Tickets
When creating a ticket, please mention the target package.

[Tickets](https://github.com/NicolasDevNet/NotTwice/issues)

## License
This project is open-source. Refer to the LICENSE file for more information.