Skip to content

2019_08_23_ToDoToday

Éloi Strée edited this page Aug 23, 2019 · 7 revisions

To Do Today

  • Finish a playable prototype
  • Publish it on Side Quest for 15h30
  • At 16h play the game of other
  • At 17h Prototype post-mortem in team

Git

Publish

How to publish on Side Quest

Info

Next

  • Interface vs Inheritance vs Modular Inheritance
  • Tag vs Layer vs TagScript

reminder

//https://answers.unity.com/questions/50279/check-if-layer-is-in-layermask.html
    public static bool IsInLayerMask(int layer, LayerMask layermask)
    {
        return layermask == (layermask | (1 << layer));
    }

Clone this wiki locally