Hi guys,
For my board game, I modeled 3D tiles in maya and imported as FBX into Unity. Basically, it looks like a prefab with multiple children under it. Each child is a single tile. Now, when I use this prefab as my game object in my scene and try to access each tile with its location (when in play mode), it looks like all these children tiles share the same location!! I thought it was because all tiles were child game objects for my board game object. So I unparented all of them. but the problem doesn’t seem to go
I have spend 2 entire days to figure out the problem but nothing seems to work. Does it have anything to do with the fbx imports? Can any one see what’s going on here? I have a deadline to meet in a couple of days and it’s really frustrating to be stuck with this single issue. Please help!!
Thanks much