Reply To: On Start, anim is unassigned, so the line “anim = anim.GetComponent…” is assigning anim to nothing. The code works because we’re assigning anim manually in the Editor. Am I misunderstanding?

Forum Archive On Start, anim is unassigned, so the line “anim = anim.GetComponent…” is assigning anim to nothing. The code works because we’re assigning anim manually in the Editor. Am I misunderstanding? Reply To: On Start, anim is unassigned, so the line “anim = anim.GetComponent…” is assigning anim to nothing. The code works because we’re assigning anim manually in the Editor. Am I misunderstanding?

#26752
zeekar
Participant

    Thanks for clarifying