All code, tools and resources from the Pyriceti framework to start a Unity project on fire!
Original author is Baptiste Perraud aka Pyriceti.
The package is available on the openupm registry. It's recommended to install it via openupm-cli.
npm install -g openupm-cli
openupm add com.pyriceti.frameworkOpen Packages/manifest.json with your favorite text editor, then add a package entry in the dependencies block:
{
"dependencies": {
"com.pyriceti.framework": "https://github.com/pyriceti/framework.git"
}
}Notice: Unity Package Manager records the current commit to a lock entry of manifest.json file. To update to the
latest version, change the hash value manually or remove the lock entry to resolve the package.
{
"lock": {
"com.pyriceti.framework": {
"revision": "main",
"hash": "..."
}
}
}Pyriceti framework is a framework I started to develop in order to capitalize the experience I got working on previous projects. It is a homemade framework granting some utilities, tools and architecture inspired by my greatest learnings and mistakes.
Feel free to use it for your own projects. I will try to update it and its documentation as often as possible.
See usage