Skip to main content

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:

  1. Install the Unity Editor
  2. Go to the repository’s GitHub page and click the “Fork” button to create a copy of the repository in your own GitHub account.
  3. Clone your new repo
    git clone https://github.com/your-username/SmartifyOS.git
  4. Cd into its directory
    cd SmartifyOS
  5. Add the Main Repository as a Remote
    git remote add upstream https://github.com/Mauznemo/SmartifyOS.git
  6. 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:

  1. Install the Unity Editor
  2. Clone the repo
    git clone https://github.com/Mauznemo/SmartifyOS.git
  3. Open Unity Hub, click Add and select the path of the repo you just cloned