Skip to content

Instantly share code, notes, and snippets.

View tsumire-sunajima's full-sized avatar

tsumire-sunajima

View GitHub Profile
@tsumire-sunajima
tsumire-sunajima / moveCube
Created April 11, 2021 13:43
自機の挙動&ブーストの挙動
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CubeMove : MonoBehaviour
{
[SerializeField]
private float _baseMoveSpeed;
[SerializeField]
private AnimationCurve _curve;