Unity

Here you can find all articles related about Unity 3D Engine.

Do you ever wonder how to save the progress of your game? I also struggled with this topic, but today I want to show you my approach.

My Assets License

Mar 05, 2020 Unity

All my assets are free, but can you use it in your commercial project? Short answer: Yes!


Lots of people complain that doors in the Sci-Fi Styled Modular Pack are not working. Although it's true that just after package import, the door not working with the character, all you need to do is write a simple script which will operate the Animator component of a door. So, here how it's done :)