I created an island and want to check when I reach the island.
How can I add a tag to the island? The island built from a set height of the terrain.
I added a picture for better understanding:
Asked
Active
Viewed 227 times
-1
-
Why dont use a collider which detects when you enter in the island? – Frenchy May 22 '20 at 07:58
1 Answers
0
- You can bound your island using invisible cubes with colliders as triggers.
- You can detect a terrain texture and check if a current texture equals an island's texture - detecting a terrain texture is at a following link: detecting terrain texture

Panda Strong
- 171
- 5