DEV Community

Cover image for 見せてもらおうかdev.toの性能とやらを
ゆーじ
ゆーじ

Posted on

見せてもらおうかdev.toの性能とやらを

はじめに

こんにちは

NewBehaviourScript.cs

Assets > Create > C# Script

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class NewBehaviourScript : MonoBehaviour {

    // Use this for initialization
    void Start () {

    }

    // Update is called once per frame
    void Update () {

    }
}

ツイッター

ようつべ

Codepen

画像

alt text

Top comments (0)