C# UnityでType.GetType()するとnullになる問題 状況UnityでC#を書いている時に、Typetype=Type.GetType("Game.Scenario.ScenarioPlayer");Debug.Log(type);//=>nullのような形でクラス名の文字列からTypeを取得... 2022.10.06 C#