Thank you for the tutorial. How does one get the non collision information? Say I am making a catching game and the user loses points when they cannot collide with an object. Thank you very much!
@xulipaTV Жыл бұрын
You could make a collider in the bottom that if catches anything you will loose a point. Or you could have a timer connected to the object or prefab that checks if it still exists after X seconds it's -1 point.
@ruyabaraz Жыл бұрын
@@xulipaTV great idea! I will try that. Thank you! 🥳
@xulipaTV Жыл бұрын
@@ruyabaraz let me know if it works :) I just checked your channel. Love your portfolio video!
@ruyabaraz Жыл бұрын
@@xulipaTV thank you so much. I am more of a 3d/ design person so all these codes and logic are still a bit confusing 😂
@ruyabaraz Жыл бұрын
@xulipalabs one last question. do you think i can get collision count without knowing how to script? say the person loses after failing to catch 3 times 😅