Skip to content

2017f Day 5

Nick Fox-Gieg edited this page Oct 19, 2017 · 18 revisions

Collaborating on Github

  1. Click on your repo name.
  2. Click on the Settings tab.
  3. Choose Options > Collaborators.
  4. Search for the user name and click Add Collaborator.
  5. They'll get an invite email they'll need to accept.
  6. Once they accept the invite they can write to the repo too.
  7. Just in case, add a README.txt file listing everybody who worked on the project.

Fungus

  1. Install the Fungus plugin from the Unity Asset Store or download a sample project from: https://github.com/n1ckfg/FungusTest
  2. Pick a starting project to customize from the Examples. Copy-paste the contents of the Hierarchy pane into a new Scene to get started.
  3. Bring up the Flowchart from Tools > Fungus > Flowchart Window
  4. Right-click to place a new block.
  5. Each block can contain any number of commands; click the + sign in the Inspector pane to add some.
  6. Probably the most essential commands are:
    Narrative > Say (a page of text that belongs to the current box)
    Narrative > Menu (a button that links to another box)
    Flow > Call (jump directly to another box)

    Camera > Fade to View
  7. To start positioning your camera for Fungus, set the camera to Orthographic in the Inspector pane, and set the the Scene view to 2D.
  8. The View object controls the 2D position of the Fungus menus.

Here's a tutorial on animation in Fungus:
https://www.youtube.com/watch?v=Ii2kz0AgqkU

Twine
For primarily text-only interactive projects.
Download here: https://twinery.org/
Tutorial (linking text boxes together): http://www.auntiepixelante.com/twine/

~ ~ ~ ~ ~ ~ ~
Archives http://soundbible.com/
http://archive.org
http://shadertoy.com

~ ~ ~ ~ ~ ~ ~
K'nuter https://www.youtube.com/watch?v=rdT1YT9AOPA

Piskel sprite editor https://www.piskelapp.com/

Clone this wiki locally