Programming unity
-
DigitalArts Sendai technical school
- Sendai citiy,Miyagi
- https://www.facebook.com/jun.shimura
Highlights
- Pro
Pinned Loading
-
-
[Unity初心者Tips]オブジェクトがクリックされたか検知する方法、...
[Unity初心者Tips]オブジェクトがクリックされたか検知する方法、よく見かける?あの方法と比較 ref: http://qiita.com/JunShimura/items/4547563fbb2691f40626 1using UnityEngine;
2using System.Collections;
34[RequireComponent(typeof(Rigidbody))]
5public class CubeControl : MonoBehaviour {
-
[Unity初心者Tips]確実に!必要なComponentを入れるRe...
[Unity初心者Tips]確実に!必要なComponentを入れるRequire ComponentとReset() ref: https://qiita.com/JunShimura/items/6576eb63c19c2c9f0c0a 1using System.Collections;
2using System.Collections.Generic;
3using UnityEngine;
45[RequireComponent(typeof(TestClassB))]
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.