Boost is working, but

So, boosting and bumping seems to work, however, once my car step on the package and the customer, it also boosting the car.
they are all tagged differently, and can’t seem to find the issue, thanks!


This is the driver’s code

Package’s code

package’s code 2

Thank you for your assistance!

Hi Gladius,

Please note, it’s better to copy/paste your code and apply the code fencing characters, rather than using screenshots. Screenshots are ideal for displaying specific details from within a game engine editor or even error messages, but for code, they tend to be less readable, especially on mobile devices which can require extensive zooming and scrolling.

You also prevent those that may offer to help you the ability to copy/paste part of your code back to you with suggestions and/or corrections, meaning that they would need to type a potentially lengthy response. You will often find that people are more likely to respond to your questions if you make it as easy as possible for them to do so.

Have you already compared your code to the Lecture Project Changes which can be found in the Resources of this lecture? If so, have you already tried to add Debug.Logs to your code to see what is going on during runtime? You could, for example, log the tag of the other game object into your console.

Hope this helps :slight_smile:


See also;

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms