Skip to content

Instantly share code, notes, and snippets.

View ftvoid's full-sized avatar

ftvoid ftvoid

  • from the void
  • the earth
View GitHub Profile
@ftvoid
ftvoid / PlayerController.cs
Last active February 2, 2017 14:34
Departure from the Voidの自機操作スクリプト
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UniRx;
using UniRx.Triggers;
namespace DPV.Player {
/// <summary>
/// 自機操作
/// </summary>