Jump to content

My IVA is not alligning correctly with my EVA


Recommended Posts

1 hour ago, BlackMaverick said:

Ive been working on this cockpit, however the iva view is not aligned propely to the eva view in game, all the orgins of the objects are the same and when i imported into unity the allignement is correct, any help would be appreciated

Heres a picture : https://imgur.com/PER6qdA

Hm, without further information I don't know what went wrong but you can modify the position of the IVA manually in the internals.cfg:

INTERNAL
{
	name = MyIVA
	MODEL
	{
		model = Path/to/model
		position = 0.0, -2.0, 0.0
	}
}

 

Link to comment
Share on other sites

7 hours ago, Eleusis La Arwall said:

Hm, without further information I don't know what went wrong but you can modify the position of the IVA manually in the internals.cfg:


INTERNAL
{
	name = MyIVA
	MODEL
	{
		model = Path/to/model
		position = 0.0, -2.0, 0.0
	}
}

 

This works guess I'll just have to manually position it thanks 

Link to comment
Share on other sites

9 hours ago, blackheart612 said:

If your structure in Unity is
GameObject
-Mesh
And if it's the same with the exterior.

Basically, you want your exterior and internal to be in the same scale in unity, not just same transform location.
So if your GameObject is 1 and Mesh is 0.8, both should be the same.

So I found out the problem I didn't have a rescale factor for my Eva lol feel stupid, but thank you for the help nonetheless 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...