Skip to content

Instantly share code, notes, and snippets.

@todorok1
Last active April 9, 2018 05:37
Embed
What would you like to do?
Unityチュートリアル・斜方投射のスクリプト。
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SphereBooster : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment