DEV Community

Game Dev Digest - The Newsletter On Unity Game Dev
Game Dev Digest - The Newsletter On Unity Game Dev

Posted on • Originally published at gamedevdigest.com

Game Dev Digest — Issue #80 - Tips Galore

Issue #80 - Tips Galore

Issue #80 - Tips Galore

Its a jam packed issue full of varied tips and tricks for improving your code, your performance, your visuals and game overall. Enjoy!


Progression and Motivation Through Upgrades in Games - This article analyses how upgrades can be used from a game design perspective to unlock a sense of progress and reward players.
Yvens Serpa

30 Things Every Unity Developer Should Know - Over the years of working with Unity I've picked up tips and tricks on how to better improve my workflow. Included in this list are my personal favorites, I'm also including a few I've found recently to be quite useful. I've split these up into groupings based on various aspects of Unity game development.
Jonathan Gonzalez

20 Lessons from 5 years of developing Academia: School Simulator - Here’s an enumeration of lessons learned during development in the context of programming a builder/tycoon game that can have hundreds of agents.
COFFEE BRAIN GAMES

Ten Small Features - After using Unity3d for almost 10 years, I want to share the TEN small features that are really helping me develop games faster.
Alan Zucconi @AlanZucconi

Unity Style Guide - This article contains ideas for setting up a projects structure and a naming convention for scripts and assets in Unity.
justinwasilenko

Design document in a personal project - Never underestimate the power of a design document. Whether you’re working on a personal project, internal project or a commission job for a client, if you won’t have a source of information to reach for, the lack of it will eventually start to haunt you.
blog.theknightsofunity.com

Pass Parameters with ScriptableObject Events in Unity - ScriptableObjects allow you to turn events and event listeners into modular pieces that you can plug and play across your GameObjects. To do this we are going to create our ScriptableObject Event, write a custom UnityEvent, code a GameEventListener, and attach a response with a dynamic string.
monkeykidgc.com

Unity Event systems interfaces for Customized GUI behavior - A Unity Event, or the UnityEvent generic abstract class is very useful for customizing GUI behavior. In this tutorial, I will show you how I’m using it for my game Lemonade.
indiewatch.net

Using Real-World Elevation Data in Unity - I recently got curious about using real-world elevation to model terrain inside a game engine. I spent several days trying to figure out how to take GIS (Geographic Information System) elevation data (or DEM data) and process it into a format that I could load into the Unity game engine as a heightmap. It took several days of reading tutorials and forum posts, but I eventually found a process that worked for me. I thought it might be useful to others as well.
Owen Goss

Learn 3D art optimization for mobile with Arm - Our new course, 3D Art Optimization for Mobile Applications, is designed for technical artists and content creators. Upskill your mobile game dev skills with 8 hours of materials on optimizing geometry, shaders, lighting and more.
Unity

UI Performance - Using SetActive(true) on UI elements marks them as dirty and makes #Unity recalculate their geometry. Increase performance of your UI by using canvas.enabled = true and graphicRaycaster.enabled = true instead.
FantaJI Games @FantaJIGames

Remove water from inside concave surface - Remove water from inside concave surface by rendering a "negative volume": A mesh approximating the shape of the interior, which is rendered after opaque but before transparent objects.
OMYOG @omeletteandyog1

PreviewRenderUtility - Want to step up your preview? PreviewRenderUtility makes it so easy rendering static and interactive custom previews.
Marcel Wiessler @marcel_wiessler

RayCastCommand - Dealing with Physics bottle necks? You can use Unity C# Job System's RayCastCommand to boost your performance. Test example.
José Hojaverde @JoseHojaverde

Creating an InventoryItem Editor Part 4 - It's time to make our first real Action, and finally put that Tooltip Preview in our editor! This is the fourth post in my series on creating an InventoryItem Editor in Unity that will edit any child of InventoryItem.
Brian K. Trotter

Inventory UI - Create an in-game inventory UI with UI Toolkit.
yecats.github.io

Crystal Shader Breakdown - This post goes over an unlit crystal shader which includes a colour gradient based on the vertical axis (Y) of the object space position and samples the camera’s opaque texture with an offset to fake refraction. A Fresnel effect is also used for opacity so edges are less transparent and will glow more when bloom post processing is also used.
cyanilux.com

AR Foundation in Unity: Getting Started - In this AR Foundation tutorial, you’ll learn how to build a cross-platform AR application in Unity.
raywenderlich.com

Unity 2021.1.0 Beta 5 - Unity 2021.1.0 Beta 5 has been released.
Unity

Videos

Unity - I made an Interactive Grass Shader + Tool
Unity - I made an Interactive Grass Shader + Tool - Post about the Geometry Grass Shader Tool.
MinionsArt

Indie Polish: Making the Most of the Last 10% - In this 2015 talk, Thomas Was Alone creator Mike Bithell runs through a bunch of the polish work on his two most recent games, in the hopes of opening up how he (and, well, you) can finish the perfect play experience.
GDC

5 Tips and Tricks for Unity Developers to Instantly Improve Your Code (2021) - Here are five Unity tips and tricks that I've discovered over the years while developing my own games. I hope they'll make your life easier and your code cleaner. It's not meant to be a thorough tutorial, just a bit of exposure, so there are links further on to research more yourself.
Wintermute Digital

Optimized Toon Outlines! One Texture For Depth and Normals Edge Detect | Game Dev Tutorial - I've covered a lot of different types edge detection outlines built in Unity's Universal Render Pipeline Shader Graph. In this video, I take another look at per-object depth and normals outlines to further optimize them, obtaining depth and normals data from a single texture and decreasing texture reads. I also describe some ways to counter-act the loss of depth precision and keep quality as high as possible!
Ned Makes Games

Dissolve effect in Shader Graph - A nice effect you cna make in Unity with Shader Graph to dissolve 3d models in an d out.
PabloPoon

How to Publish on the Unity Asset Store - In this video, we are showing you how to upload and publish your project using the new Publisher Portal Beta version, which can be accessed at publisher.unity.com !
Unity

Simple Liquid Simulation in Unity! - Simple Liquid Simulation in Unity!
Code Monkey

Assets

Lunar New Year Mega Bundles
Lunar New Year Mega Bundles - The Unity Asset Store is currently running an exciting Lunar = New Year Mega Bundle sale! Users can save up to 96% with these curated bundles of top quality assets= , which will include tools and art through February 26.

$9.99 Bundle - save up to 90%
This bundle contains PBR Material Bundle Vol1 (445), Roslyn C# - Runtime Compiler, and Loading Screen.

$19.99 Bundle - Save up to 95%
This bundle contains everything from the $9.99 bundle, plus Asset Cleaner PRO - Clean | Find References, POLYGON - Knights Pack, Shader Weaver, Bio IK, Top Down - Fantasy Forest, and Japanese Alley.

$29.99 Bundle - Save up to 96%
This bundle contains everything from the $9.99 and $19.99 bundles, plus UI Particle System, uRPG - Singleplayer RPG, Everyday Motion Pack, Little Heroes Mega Pack, Polyverse Skies • Low poly skybox shaders and textures, Paint Craft (Drawing & Coloring book engine), Low Poly Vegetation Pack, GUI PRO Kit - Casual Game, Cartoon FX Remaster, Puppet2D, and Oak Forest Environment.
Unity Affiliate

HUMBLE SOFTWARE BUNDLE: LEARN TO CREATE GAMES IN UNITY - Kickstart your game development career with GameDev.tv! Get courses like Complete C# Unity Game Developer 3D, Unity Multiplayer Coding & Networking, RPG Core Combat Creator and Complete C# Unity Developer 2D. Plus, your purchase will support Girls Who Code!
$1,369 WORTH OF AWESOME STUFF.
PAY $1 OR MORE.
Humble Bundle Affiliate

NES.css - NES.css is NES-style (8bit-like) CSS Framework. [looking for a nice retro game look for your website?]
nostalgic-css Open Source

Computer Graphics from Scratch - Computer Graphics from Scratch demystifies the algorithms used in modern graphics software with basic programming and high school math. [An e-book free to read online]
Gabriel Gambetta

Humble Book Bundle: Programming Fundamentals - We've teamed up with Mercury Learning for our newest bundle! Get ebooks like Game Testing, Third Edition, Python Basics, Intro 3D Game Programming DX 12, Cybersecurity: A Self-Teaching Introduction, and Programming Fundamentals Using MATLAB. Plus, your purchase will support Whales & Dolphin Conservation!
$1,081 WORTH OF AWESOME STUFF.
PAY $1 OR MORE.
DRM-FREE.
Humble Bundle Affiliate

HDRP Mask Map Packer - I made a little editor extension to pack Metallic, AO, Detail, and Roughness/Smoothness maps into one image for the HDRP Lit Shader because doing it in GiMP was a tiny bit more tedious and I like to try to do as much as I can within Unity itself.
Diabolickal Open Source

Grouping Tool - The Nementic Grouping Tool is a small Unity tool which groups the selected GameObjects under a new parent GameObject. The parent will be created under the next common parent GameObject of the selected objects and will be centered between them.
nementic-games Open Source

Spotlight

Postmortem: Dots of War [English]
Postmortem: Dots of War [English] - Dots of War is a fast online strategy game for mobile devices, it is based on the game Dots and Boxes and the objective is to conquer the majority of the map by connecting four lines to score points. Once you capture a part of the map, your player’s energy rises and with it you can make special abilities that will allow you to affect your opponent’s turn.
Uriel Carrillo


You can subscribe to the free weekly newsletter on GameDevDigest.com

This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article.

Top comments (0)