Here are guidelines for what should be included in a feature page:
- Screenshot of the Prefab or Gameobject
- Location in the workspace/Unity Project where that Prefab or Gameobject can be found
- A section regarding scripts or code related to that Prefab or Gameobject
- What scripts need to be added in the Prefab or GameObject for the feature to work properly
- Why the script(s) is needed
- What the script(s) does
- If the script exposes variables or elements in the Inspector for the artist to adjust, be sure to describe how each variable, textbox, etc will affect the outcome or behaviour of the feature.
- A section regarding Unity Engine components and art related elements pertaining to that Prefab or Gameobject
- What components need to be present in the Prefab or Gameobject for the feature to work properly (eg. Rigidbody and Colliders)
- Why the components are needed
- What tags or layers the Prefab or Gameobject needs to be set as and why
- Any additional special notes or quirks about the GameObject or Prefab