move hair

Hello unity i have a Problem about how to move and object in unity? Why is it that i can’t move over my characters eyes and hair tot he character.For example when i import one of the characters from blender into the game and then i drag it to the stage the hair and eyes shifts down instead of it being how i was when i made it in blender.Does anyone know how i can fix it?If so please tell me how

I assume your character is made up of several meshes with a parent mesh. If this is the case simply go into the object and reposition the meshes for hair and eyes. However, I imported a few collada models some time ago, one was a woman character, and in the preview window the character was standing on her hair pony tail. When I ran the animation and put the character into the scene this actually corrected itself and the model worked as expected. So if you haven’t done so already, check to see if the blender model works correctly in scene before manually correcting stuff. You could also check where the pivot point is set in case this is having some effect. If the character is one mesh, which can happen with blender if the export settings are incorrect, this could be causing the problem as well. In which case, go back into blender and break the mesh apart and re-import it into Unity, then you can manually alter child objects.