Skip to content

2020_06_18_ToDoToday

Éloi Strée edited this page Jun 13, 2020 · 20 revisions

VR Design

Objectif

Junior

  • Create a package with cool code in it that can be used in VR without native code
    • KISS: Keep it simple stupide
    • MVP: Minimum Viable Product "Not great, not terrible"
    • Must be useful to the Magic Doors Project of the artists
  • Create a package to demonstrate how to use your code
    • By using dependencies:
    • Only use assets you have 100% copyright on it... So mainly cube and sphere 😜.

Expert

  • Make a dependency to
    • several of your Unity Package
    • Make a demo targeting a branch or a commit of your package
    • Make some editor code in your package
    • Use your colleague package 🚨 !!!
    • Use Asset store code
  • Make ready to use package
  • Make ready to use package without documentation
    • Best comment are not comment
    • Good nomenclature & "good" folder structure.
    • Clean package: Doc, read me, license, demo, prefab
  • Give your package to a colleague without explaining him anything about it and watch.
Clone this wiki locally