-
Junior Enthusiast
why is this happening
hey hopefully someone can answer this,when making packs and i go into the game,when trying to place an item the arrows are quite a ways from the item im trying to place placing items in pack.jpg
-
Did you misplace the camera view by accident?
I can remember I've had a similar issue a tear ago with an object. I had to replace the camera point of view in unity, it solved it.
-
Junior Enthusiast
thanx for the reply,ive checked all the camera views ,they look ok from what i see
-
A bit of a late one but, if I remember rightly its to do with the "parent"/"child" locations within Unity. The arrows are the "parent" and the object is the "child". It could be why, as I say, I can't remember exactly. Its been a while.
-
Stall Supporter
yeah im a month late so i suspect any fix is old news now but your problem is either;
the object has its pivot point set in your 3d application a long way from the model itself (to fix it either move the mesh over to the pivot point or move the pivot point to the mesh)
or
the object is a child of something else in the unity scene (when you compiled it) from which it is inheriting the parents pivot point. (to fix it, if the parent child setup is needed for some reason then just bring the child to position 0,0,0 in relation to the parent or just break the hierarchy if it wasnt actually needed)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules