- Home /
Comparing an object created with in-game gameobjects with some predefined model
Hello, I'm making a game, where the player with some planes (of different forms) constructs 3d shapes, they get join by joints. But the idea is that I need to check if the figure they have made is the one asked for. Does someone know how to check this? Please help
we cant anwer with out seeing your code. as objects are spawned they should also be stored in arrays or lists. then you simply check your array for it.
Your answer
Follow this Question
Related Questions
shrinking objects 1 Answer
How to assign a gameobject to a script that is added dynamically 1 Answer
I wanted to make the game over if the player rotation is some value 1 Answer
how can i show underwater gravity on my gameobject GetMouseButtonDown(0)? 0 Answers
How to make an object visible only after grabbing other object? 0 Answers