Yeah
I would like to make a UI Point system.
Is it possible to make like “Send message” like ind Scrath?
LIke this
(The object)
If collide with then <—This part do i know
Send message <—This part do i not know
And
(The UI)
show point;
If recieve message then
point += 1
Can you do something like that in Unity?
Because the point is that im making a tank game, so if the player1 get hit by his own bullet or enemys the player2 gets point and opposite