Welcome to SmartifyOS
Let's make your old car as modern as any new car!.
Getting Started
For contribution
If you want to contribute to this project by for example fixing a bug or adding a feature install it like this:
- Install the Unity Editor
- Go to the repository’s GitHub page and click the “Fork” button to create a copy of the repository in your own GitHub account.
- Clone your new repo
git clone https://github.com/your-username/SmartifyOS.git
- Cd into its directory
cd SmartifyOS
- Add the Main Repository as a Remote
git remote add upstream https://github.com/Mauznemo/SmartifyOS.git
- Open Unity Hub, click
Add
and select the path of the repo you just cloned
For personal project:
If you only want to add your own personal features (that are specific to your project) you can do it like this:
- Install the Unity Editor
- Clone the repo
git clone https://github.com/Mauznemo/SmartifyOS.git
- Open Unity Hub, click
Add
and select the path of the repo you just cloned