Skip to content
View JunShimura's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Block or report JunShimura

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Roll-a-Ball-Custom-1stDev-2018 Roll-a-Ball-Custom-1stDev-2018 Public

    C#

  2. [Unity初心者Tips]オブジェクトがクリックされたか検知する方法、... [Unity初心者Tips]オブジェクトがクリックされたか検知する方法、よく見かける?あの方法と比較 ref: http://qiita.com/JunShimura/items/4547563fbb2691f40626
    1
    using UnityEngine;
    2
    using System.Collections;
    3
    
                  
    4
    [RequireComponent(typeof(Rigidbody))]
    5
    public class CubeControl : MonoBehaviour {
  3. [Unity初心者Tips]確実に!必要なComponentを入れるRe... [Unity初心者Tips]確実に!必要なComponentを入れるRequire ComponentとReset() ref: https://qiita.com/JunShimura/items/6576eb63c19c2c9f0c0a
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    [RequireComponent(typeof(TestClassB))]
  4. 2021_1G_Csharp 2021_1G_Csharp Public

    C# 4

  5. Block Block Public

    C# 1 3

  6. Block2 Block2 Public

    C#