输出不了所有的卡牌
运行后,显示下面的错误:
NullReferenceException: Object reference not set to an instance of an object
GameMain.LoadLevelCard(Int32 width, Int32 height)(at Assets/Script/GameMain.cs: 72)
第72行:int maxCount = Mathf.Max(contentRoot.childCount, needShowCardList.Count);
无法出现Resources里的图片。之前在第4步显示卡牌到UI上 ,都测试可以成功。这是为什么呢?