Egor Pavlikhinegorpavlikhin.hashnode.net·Jul 6, 2021Featured📱 I made my first mobile game and here is what I've learnedAfter 3 years of nights and weekends working on my friends and my first ever mobile game, I am pleased to say that it is finally released on Google Play. It's a simple dice/board/strategy game with online play. The focus of this post is not the game ...Arthur Denner and 1 other are discussing this2 people are discussing thisDiscuss·63 likes·469 readsMobile Development
Taryn McMillantarynwritescode.hashnode.net·Sep 16, 2021Setting Up Your First Unity 2D ProjectWelcome to the first post in a new series I'm calling Beginner's Guide to Unity. I created this series for anyone who is interested in learning game development in Unity but isn't sure where to start. In this article, we will go over the basics of se...Discuss·54 likes·1.1K readsGame Developmentunity
Taryn McMillantarynwritescode.hashnode.net·Sep 27, 2021Backing Up Your Unity Project with Sourcetree and GitHubThis guide will walk you through the steps of creating both a local and remote repository for your Unity project using Sourcetree and GitHub. Note: This article assumes that you have already linked your GitHub account with Sourcetree. Note that Sour...Discuss·52 likes·187 readsGitHub
BFransebfranse.hashnode.net·Apr 22, 2023Creating food for NPCsWelcome to part 8 of my series on Unity development (And already my 10th article on Hashnode 🎉)! In the last article, I showed you how to create random movement behaviour for the fish in my game. In this article, I will show you how to create fish f...DiscussLearning Unity game development togetherGame Development
Peter Withampeterwitham.hashnode.net·Apr 20, 2023My first week of porting from Unity to Unreal EngineAfter a few frustrations with Unity, I decided to start learning Unreal Engine (5). Let me start by saying that I have been using Unity to create games and even some apps over the years. My most recent is the early release of Project Hack, an idle-st...Discuss·12 likesunity
Arvind Kumarhikaru117.hashnode.net·Apr 20, 2023Creating a stylized grass shader using Unity Shader Graph. (Part-2)In the previous part, we made a customizable stylized grass shader. In this part, we'll be adding animation to create the wind effect. Introduction The way we are trying to achieve wind effect will be split into two methods. The first method will be ...Discuss·27 readsCreating shadersunity
Michael Hoylemikehoyle.hashnode.net·Apr 7, 2023Unity C# Tip: Better Optional ReferencesTL;DR Use the lightweight Option library to have more performant, less error-prone optional references in your C# Unity code. Background About a decade ago, programming languages pretty much had one way of indicating that a reference variable had no ...Discuss·533 readsunity
Fahad P Nfahadpn.hashnode.net·Apr 5, 2023From Panic to Perfection: My Journey Creating an AR Treasure Hunt App in 24 Hours!Are you ready to hear about the most intense and rewarding 24 hours of my life? Read on to discover how I went from a state of desperate panic to creating an amazing AR app for a treasure hunt competition! It all started when I volunteered to create...Discuss·1 like·98 readsteam
TheLazyIndianTechiethelazyindiantechie.hashnode.net·Apr 3, 20233 Unity Development Tips for BeginnersUnity is a powerful game development engine that has helped countless developers bring their visions to life. However, it can also be overwhelming for beginners who are just getting started. In this article, we'll explore three tips that can help you...Discussunity
Amul GauravforCling Multi Solutions blogcmsteam.hashnode.net·Mar 28, 2023Virtual Reality: Changing the Way We Live and WorkVirtual reality (VR) is a technology that has been around for several decades but has only recently gained widespread attention due to advancements in hardware and software. VR allows users to immerse themselves in digital environments, providing a s...DiscussVirtual Reality
Michael Hoylemikehoyle.hashnode.net·Mar 15, 2023Drawing along the edges of a hex mapI'm developing a game that has a map design involving hex tiles connected in a graph along the edges. In my case, the hex tiles represent a sort of "watch tower", and the edges connecting them represent walls that are impassable without first address...Discuss·110 readshex
BFransebfranse.hashnode.net·Mar 10, 2023Physics-based random movement in UnityIn the previous article, I figured out how to create colliders around the visible area of the main camera. This means that my level is as big as what the main camera can see. This also means that there is now an enclosed area in which GameObjects are...Discuss·10 likes·35 readsLearning Unity game development togetherunity
Tante (Jannis)tante.hashnode.net·Mar 5, 2023Creating a lot of variations of your Pixelart quicklySometimes when creating pixel art assets for your games, you want to create a lot of different color variations quickly. In Hooked, we wanted to do exactly this for the trees. In this blog post, I want to walk you through the process of how I've impl...Discuss·186 readsunity