Announcement
Collapse
No announcement yet.
Error when checking tag of object hit by trace
Collapse
X
-
Try a validation check before your branches is the actor valid? True then try the tag check.Inphidel / Brian - Developer of Ultraball
http://www.ultraballgame.com
Don't shy away from bugs in your game. Don't play it as intended. Break your game so you can fix it!
-
It's tracing for anything visible. So anything viable should return valid and if you turn on debug you'll see the squares where it's hitting.
As for player tag it will hit an actor and if it doesn't have the tag it should result false and true if it has the assuming this is single player as I'm not sure how replication is handled with tagsInphidel / Brian - Developer of Ultraball
http://www.ultraballgame.com
Don't shy away from bugs in your game. Don't play it as intended. Break your game so you can fix it!
Comment
Comment