Hey there, I do believe I’ve been following the lecture as mentioned, however this portion does not seem to be lining up with how my visual studio is reacting. What was mentioned surrounding rb2d did not seem to work on my end, and it doesn’t seem to be recognized in the same way that it was within the video, have I done something wrong?
It’s because rb2d
does not exist in the current context
You declared it as rbd2
and are trying to access rb2d
- which is not the same
Oh my gosh, I can’t believe I missed that. Definitely a sign that I have a long way to go! Thankya kindly.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.