EloiStree / HelloUnityPackage

Exporation of how we can use Git and UnityPackage to create toolbox
https://eloistree.page.link/toolbox
Other
0 stars 1 forks source link

Topic: Basic of create a simple Unity Package. #4

Open EloiStree opened 4 years ago

EloiStree commented 4 years ago

Draft

Check that you have Unity 2018+ Install

Install Git on your PC

Add git to Environment System

Create a git repository GitLab or GitHub

Clone the repository in your project

Create a package in Unity

  1. Create a folder
  2. Create Package.json and complete informations
  3. Create a folder "Runtime"
  4. Create an assembly "country.organisation.packagename.Runtime
  5. Put your asset in the assembly

    Push the code online

    Re-covert it in project

Find a full tutorial here:
Hello Package