• This project
    • Loading...
  • Sign in

TelusPlayground / NestApp

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • NestApp
  • Assets
  • _Nest
  • Scripts
  • MovieNode.cs
  • Dave Boyle's avatar
    Load filenames / titles for buttons from json streaming over network. button cli… · 99d5dbed ...
    99d5dbed Browse Files
    …cks load movies on server. timeout started
    Dave Boyle authored 2016-06-05 13:30:01 -0400
MovieNode.cs 208 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
using UnityEngine;
using System.Collections;

public class MovieNode : MonoBehaviour {

	// Use this for initialization
	void Start () {
	
	}
	
	// Update is called once per frame
	void Update () {
	
	}
}