重新開始的時候報空
internal void SetDefaultState() {
? ? ? ? cardFront.gameObject.SetActive(false);
????????……
? ? }
NullReferenceException: Object reference not set to an instance of an object
CardFilpAnimationCtrl.SetDefaultState () (at Assets/Script/CardFilpAnimationCtrl.cs:92)
請問這里設回默認的時候 為什么報空?
2019-03-17
我也遇到了同樣的問題 請問解決了嗎?怎么解決?