Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialswagmlg345yt
2,789 Pointsi also have a problem with this one UNITY object oriented
this error: Assets/Scripts/ArrowCollision.cs(10,30): error CS1061: Type UnityEngine.GameObject' does not contain a definition for
GetCompoenent' and no extension method GetCompoenent' of type
UnityEngine.GameObject' could be found. Are you missing an assembly reference?
someone please help me
Samuel Savaria
4,809 PointsSamuel Savaria
4,809 PointsDid you type other.gameObject or other.GameObject ? The G in gameObject has to be in lower case.