Skip to content

2020_06_15_ToDoToday

Éloi Strée edited this page Jun 15, 2020 · 8 revisions

To do today

Voir le cours des artistes pour les bases
Voir Package manager

Some links

Objectif

Junior

  • Understand Git, be able to:
    • Understand the general concept
    • Install git
    • Set the Window git path
    • Create a GitHub account
    • Be able to do Add, Commit, Pull, Push
    • Be able to remove Window Credential
  • Be able to create a Unity Package
    • Create a public package on GitHub
    • Clone the git in folder in a quarantine project
    • Create a package.json to identify the package
    • Create a assembly of code in the package
      • And correspond to the minimum standard Unity proposed
    • Share the package without error to someone
  • Be able to share the package to colleague
    • Add a git to the manifest.jon
    • Remove the locker of manifest.json
  • Git Client
    • Learn to do command lines on Window
    • Install one client and learn to use it:
      • SourceTree, GitHub App, Tortoise...

Expert

  • Do the junior minimum
  • Do a dependence between two of your package
    • Example: GunsExample > GunsApi > BulletsSpawnAndBehaviour
    • Example: Kitchen > Utensils
  • Do a workflow branches: release and development (feature if in team)
  • Do a risky move: Switch a tool from Package 2 Asset and from Asset to Package in a unity git project
Clone this wiki locally