Rehtserehtse-studio.hashnode.net·Feb 12, 2023Made With Unity | UI Toolkit: UI BuilderFollow along for a basic understanding of using the UI Builder from Unity’s new UI Toolkit to create a scoring system. What Is The UI Toolkit? The UI Toolkit is a Unity package containing many features, resources, and tools for developing a user inte...Discuss·1 like·117 readsUnity3D
Rehtserehtse-studio.hashnode.net·Apr 22, 2021Testing Unity WebGL Build On PC Before PublishingYou have finished your game. You’re building your WebGL game. You can’t test it on your PC but that’s okay, you can just upload it to itch.io or to simmer.io and give the links to all of your friends. You upload your build and when you least expect a...Discuss·33 readsunity
Rehtserehtse-studio.hashnode.net·Oct 17, 2021A Simple Wave System on UnityGitHub [ https://github.com/rehtse-studio/SimpleWaveSystem ] In this short article I’m going to walk you through on how the SimpleWaveSystem project works. The Unity project is very easy to navigate: It was done using Unity 2019.4.29f. In the Hierar...Discussvr
Rehtserehtse-studio.hashnode.net·Feb 12, 2023Made With Unity | UI Toolkit: UI BuilderFollow along for a basic understanding of using the UI Builder from Unity’s new UI Toolkit to create a scoring system. What Is The UI Toolkit? The UI Toolkit is a Unity package containing many features, resources, and tools for developing a user inte...Discuss·1 like·117 readsUnity3D
Rehtserehtse-studio.hashnode.net·Jan 29, 2023Made With Unity | Using Blender to Convert Ready Player Me Avatars to FBXIn this article, we will walk through converting a Ready Player Me avatar from GLB to FBX using Blender. What Is Ready Player Me? Ready Player Me is a virtual reality platform that allows users to create and customize their avatars, digital represent...Discuss·49 readsUnity3D
Rehtserehtse-studio.hashnode.net·Nov 11, 2022Chronicles Of A Developer | Removing A Commit From MasterHow bug(💩)s / human oops help us to grow as Developers! Backstory The lead developer of your group gives you a new task, you tackle the job in record time. You push your changes and you are pleased with yourself, later to notice you push to the “mas...Discuss·41 readsChronicles Of A DeveloperGameDev
Rehtserehtse-studio.hashnode.net·Nov 11, 2022Made With Unity | DOTween: DOFillAmount()Let me share a different approach for a cooldown effect using UI Image fill type and DOTween. What is DOTween? DOTween is a fast, efficient, fully type-safe object-oriented animation engine for Unity, optimized for C# users, free and open-source, w...Discuss·76 readsMade With Unity | DOTweenmadewithunity
Rehtserehtse-studio.hashnode.net·Aug 6, 2022Made 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 scene In Unity, this asset has the following component: R...DiscussMade With Unity | VRvr
Rehtserehtse-studio.hashnode.net·Jul 5, 2022Made 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 Book...DiscussMade With Unity | VRGame Development
Rehtserehtse-studio.hashnode.net·Jun 27, 2022Made 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...DiscussMade With Unity | Guide To Beautiful Games In Unityvr
Rehtserehtse-studio.hashnode.net·Jun 22, 2022Made 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 ...DiscussMade With Unity | VRC#
Rehtserehtse-studio.hashnode.net·Jun 17, 2022Made With Unity | Unity VR Part 6: XR Socket InteractorXR Socket Interactor is used for holding interactable / items via a socket, a example will be use to wear a “Helmet” and a “ID Card” on your Player. XR SOCKET INTERACTOR On my scene I have two object: a “Helmet” and a “ID Card”. Both object have the...DiscussMade With Unity | VRmadewithunity
Rehtserehtse-studio.hashnode.net·Jun 16, 2022Made With Unity | 2D Space Shooter Part 17: Hosting Games (PC And WebGL Version)Lets find hosting sites to upload our games and shared them with our friends ITCH.IO [Download the latest indie gamesitch.io is a simple way to find and share indie games online for free. Download app Get the most out of itch.io…itch.io](https://itch...DiscussMade With Unity | 2D Space ShooterC#