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.
- Host: GitHub
- URL: https://github.com/nicolasdevnet/nottwice
- Owner: NicolasDevNet
- License: mit
- Created: 2023-10-06T09:13:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T16:44:29.000Z (12 months ago)
- Last Synced: 2025-04-07T20:12:40.674Z (6 months ago)
- Topics: components, events, quality-of-life, unity3d-plugin
- Language: C#
- Homepage:
- Size: 29.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.