Skip to content

Instantly share code, notes, and snippets.

View bannified's full-sized avatar
💭
i maek gaims

Dominic Chong bannified

💭
i maek gaims
  • Ubisoft Singapore
  • Singapore
View GitHub Profile
@bannified
bannified / PortalSpawningController.cs
Created November 15, 2017 05:10
Updated PortalSpawningController.cs with single key control
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PortalSpawningController : MonoBehaviour {
public UnitAttributes player;
public Transform facingIndicator;
[SerializeField]