Created
June 30, 2018 12:00
-
-
Save todorok1/1de18a82cce978796fa65d422ba8cc45 to your computer and use it in GitHub Desktop.
同じコンポーネントを複数アタッチ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class MultipleComponentTest : MonoBehaviour { | |
void Start(){ | |
Debug.Log("私が本物のMultipleComponentTestです! 信じてください!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment