Rehtserehtse-studio.hashnode.dev·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·120 readsUnity3D
Rehtserehtse-studio.hashnode.dev·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·1 like·183 readsUnity3D
Rehtserehtse-studio.hashnode.dev·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...DiscussChronicles Of A DeveloperGameDev
Rehtserehtse-studio.hashnode.dev·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·162 readsMade With Unity | DOTweenmadewithunity
Rehtserehtse-studio.hashnode.dev·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...Discuss·50 readsMade With Unity | VRvr
Rehtserehtse-studio.hashnode.dev·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...Discuss·94 readsMade With Unity | VRGame Development
Rehtserehtse-studio.hashnode.dev·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...Discuss·65 readsMade With Unity | Guide To Beautiful Games In Unityvr
Rehtserehtse-studio.hashnode.dev·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.dev·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.dev·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#