Aug 6Made With Unity | Unity VR Part 9: FlashlightLet's add a simple flashlight mechanic to our scene so our VR player can interact with it. Getting The Flashlight Using Filebase I download a simple flashlight asset and added it to my Unity sceneMade With Unity3 min read
Aug 4Made With Unity | Guide To Beautiful Games In Unity Part 7: Altering Texture Maps With ProcreateAltering a texture map of an object to get a different look at your assets is very easy. In the example below, when I started prototyping my Sci-Fi room, the walls, floor, and ceiling had a yellow look to them. …Made With Unity4 min read
Jul 20Made With Unity | Guide To Beautiful Games In Unity Part 6: URP-LightsAn Introduction to the different types of light we can use on Unity 4 Different Types Of LightsMade With Unity3 min read
Jul 18Made With Unity | Guide To Beautiful Games In Unity Part 5: URP-SkyboxesIn Unity, there are 4 types of Skyboxes. Before diving into a brief introduction of skyboxes we need to make some changes to our Lighting settings. Using Unity 2021 LTS Creating A New Lighting Settings Asset Let’s go to Window->Rendering->Lighting and on the Scene tab press New Lighting Settings.Made With Unity4 min read
Jul 12Made With Unity | Guide To Beautiful Games In Unity Part 4: URP — Import And Fixing Materials Pink Issue (Unity 2021 LTS)Let us have our Sci-Fi / Control Room running in a URP project. Universal Render Pipeline (URP) Create a new Unity project using the same version when you made your scene prototype; this time you will choose 3D(URP), name your project ( mine is named BeautifulGamesInUnity_URP, and press Create projectMade With Unity3 min read
Jul 11Made With Unity | Guide To Beautiful Games In Unity Part 3: A Sci-fi Lab / Control RoomShowing my approach to making a Sci-fi Lab / Control Room using Filebase assets. The SceneMade With Unity4 min read
Jul 5Made With Unity | Unity VR Part 8: Drawers In VRIt may not be perfect BUT without touching C# we can have a simple drawer mechanic on our VR environment using just Unity XR tools and other components; we are using the same logic we use on our Doors on Part 7. Drawer Asset On my Scene I have a Bookshelf asset…Made With Unity3 min read
Jun 28Made With Unity | Guide To Beautiful Games In Unity Part 2: Shortcuts To Level DesignThe following shortcuts / tips will help to have better control on any assets on your scene. Even if I am using Filebase the following tips / shortcuts can be use with WHATEVER asset you have. Will be using SCIFI FLOORS 1–12 to demonstrate the shortcuts and to create the…Gamedevhq5 min read
Jun 27Made With Unity | Guide To Beautiful Games In Unity Part 1: FilebaseBefore creating our environment on Unity lets us have a look what is Filebase. What Is Filebase? Filebase is a service of thousand of ready-to-go game asset built for Unity by GameDevHQ. You can download the asset using there web page or there plugin inside of Unity. Some of the asset already comes…Made With Unity4 min read
Jun 22Made With Unity | Unity VR Part 7: Doors In VRWithout creating coding, we can have a simple door on our VR environment with what we have learned so far using just Unity XR tools and other components. SINGLE DOOR We have a single door game object on our scene that hold the entire door asset, the frame and the door itself.VR5 min read