Shadow Grove

@shadow_grove
23 Followers
0 Following
1.2K Posts
Unity developer helping other developers create amazing projects with game assets and daily helpful tips. πŸ“¦/πŸ’‘
Discordhttps://discord.com/invite/hrTXpR3zaA
Unityhttps://assetstore.unity.com/publishers/77314
GitHubhttps://github.com/ShadowGroveGames
Websitehttps://shadow-grove.org
πŸ’‘ #UnityTips: Reduce memory usage in your #Unity #Unity3D #IndieGame by using Addressables! πŸ“¦ Load and unload assets dynamically without building them into your project. #assetmanagement #gamedev Learn more: https://docs.unity3d.com/Packages/com.unity.addressables@latest/ #IndieDev
Redirecting to latest version of com.unity.addressables

Use Ctrl+P (Cmd+P on Mac) to enter or exit play mode quickly. This can help you test your game without using the mouse. #UnityTips ▢️
#UnityTips: Start with a clear and concise core idea that describes your game, its style, setting, characters, story, and key elements. #GameDev #IndieDev
Use the Audio Clip property of the Audio Source component to specify which sound to play. You can use any standard audio file format such as WAV or MP3. #UnityTips #gamedev #indiedev
#UnityTips: Develop a unique and engaging story that will captivate players and drive them to keep playing. #GameDev #IndieDev
πŸ’» #UnityTips: Use a version control system like Git to keep track of your #Unity #Unity3D project changes! πŸš€Never lose important code or assets again. #VersionControl #GameDev #IndieDev #Unity #Unity3D #Git https://github.com/spoiledcat/git-for-unity
GitHub - spoiledcat/git-for-unity

Contribute to spoiledcat/git-for-unity development by creating an account on GitHub.

GitHub
πŸ’‘ #UnityTips: To create custom shaders in Unity, use the Shader Graph tool and the Shader Graph API 🎨 Check out this guide: https://learn.unity.com/tutorial/introduction-to-shader-graph #unity #unity3d #gamedev #IndieDev #Unity3D 🎨
Introduction to ShaderGraph - Unity Learn

In this tutorial, you will learn to create a simple node-based Shader using Shader Graph and implement it in the Lightweight Render Pipeline

Unity Learn
πŸ” Use Lightmap UVs to optimize the performance of your game. Lightmaps allow you to bake lighting information into textures, reducing the load on the GPU when rendering lighting. #UnityTips #gamedev #indiedev
πŸ’‘ #UnityTips: Enhance your #Unity #Unity3D #IndieGame by using Audio Mixer! 🎡 Create dynamic sound effects and music with filters and snapshots. #audio #gamedev Learn more: https://docs.unity3d.com/Manual/AudioMixer.html #IndieDev
Unity - Manual: Audio Mixer

πŸ’‘ #UnityTips: Enhance player immersion with Unity's Audio system! 🎧 Add sound effects, music, and voice-over to your games with ease. #unity #unity3d #gamedev #audioengineering #indiedev Learn more: https://docs.unity3d.com/Manual/Audio.html
Unity - Manual: Audio