Asset problem – window slots

Hi guys. I had a problem when creating an asset at home, the window does not work correctly when I try to install it, more clearly in the video - https://youtu.be/b8Pjyfn55dE
In unity, object clips were installed as in the guides (doors and gates work correctly), in the house model the windows were 5.5m wide and 2.75m high (I tried a much smaller width, the same effect).
image
Unity slot screenshot

1 Like

Within the Slots gameobject, each individual Slot needs to also have a Rigidbody attached to it as well. Look up the Fire_0 fire station example and you’ll see all of the door and window slots have rigidbodies.

1 Like

I personally don’t have such components in the slots of any object from the game’s assets, maybe the reason is different?

1 Like

If you’re missing something from the ExampleAssets.unitypackage, you should try importing the package again.

1 Like

I’ve already tried reimporting assets, and I still don’t have the rigidbody component and the clip folder in the objects is also missing. Could the problem be with the Unity version?

The current Unity version used is 2021.3.29f1. The current Unturned game version is 3.24.1.0.

The Unity version is also up to date, I don’t understand what the problem could be

It turned out to be much simpler, I took an asset without windows as a donor and used doors as a window in my asset)

2 Likes

I’m glad you were able to resolve the issue. I’ve marked your own reply as the answer to the issue. Feel free to unmark it, if there’s actually a different issue (or solution). :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.