Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/8c/3f/2b/8c3f2b56-a0ca-3cec-4f33-e0694a2b4dba/mza_16149795542129659800.jpg/600x600bb.jpg
Level Up Unity Game Dev
Wildeax
7 episodes
6 days ago
This podcast is a hobby project created with NotebookML as I explore and learn about various Unity game development topics. Each episode is essentially a set of published notes covering subjects I'm interested in—whether it's understanding the fundamentals of the Unity engine, navigating its interface, or experimenting with shaders and captivating visuals inspired by professional resources. I'm sharing these insights publicly as a podcast in case they might be helpful to anyone else out there. (Voices in this podcast are AI-generated.)
Show more...
Video Games
Leisure
RSS
All content for Level Up Unity Game Dev is the property of Wildeax and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
This podcast is a hobby project created with NotebookML as I explore and learn about various Unity game development topics. Each episode is essentially a set of published notes covering subjects I'm interested in—whether it's understanding the fundamentals of the Unity engine, navigating its interface, or experimenting with shaders and captivating visuals inspired by professional resources. I'm sharing these insights publicly as a podcast in case they might be helpful to anyone else out there. (Voices in this podcast are AI-generated.)
Show more...
Video Games
Leisure
Episodes (7/7)
Level Up Unity Game Dev
Advanced 2D Rendering & Performance : 100+ Unity Tips

Episode 4: Advanced 2D Rendering & Performance Techniques in Unity

Take your 2D projects to the next level! In this episode we unpack Unity’s newest rendering and animation tools—and the performance tricks that keep them running smoothly.

What you’ll learn:

  • 2D Lights: Dial in color, intensity, and fall‑off for atmospheric scenes.

  • Sprite Shape: Sculpt free‑form terrain that tiles and swaps sprites automatically.

  • Custom Sprite Sorting Axis: Guarantee correct draw order in card & board games.

  • Custom 2D Shaders + VFX Graph: Build dazzling GPU‑driven effects with Shader Graph.

  • Reduce Overdraw: Tight meshes, merged sprites, and smart culling for higher FPS.

  • Custom Sprite Outlines & Library Editor: Trim transparency and manage huge asset sets.

  • Sprite Swap: Re‑skin characters at runtime with streamlined keyframing.

  • New 2D Animation Tools: Live deformation previews, IK solvers, and pivot tweaks.

  • Pro Tips from Happy Harvest: Neutral poses, higher‑res source art, and halo sprites for subtle lighting.

Plug these tips into your pipeline to unlock richer visuals and faster frame rates.

Show more...
6 months ago
14 minutes 19 seconds

Level Up Unity Game Dev
Enhancing 2D Graphics and Workflow : 100+ Unity Tips

Episode 3: Optimizing Workflow and Enhancing 2D Graphics in Unity

In this episode, we're diving into powerful techniques to streamline your Unity workflow and elevate your 2D graphics to new heights. We'll explore:

  • Save and Load Selections: Quickly manage object groups.

  • Customizing Duplicate Numbering: Maintain clarity in object naming.

  • "EditorOnly" Tag: Exclude objects from builds.

  • Editor Colors & Playmode Tint: Clearly differentiate edit and play modes.

  • Align Cameras: Efficiently match cameras and scene views.

  • Sprite Atlases: Optimize sprites by reducing draw calls.

  • SpriteAtlas API: Control sprite atlases dynamically at runtime.

  • 2D Pixel Perfect Package: Ensure crisp pixel art visuals.

  • PSD Importer Package: Import Photoshop files seamlessly.

  • Efficient Tilemap Creation: Create optimized grid-based worlds.

  • 2D Skeletal Animation & IK: Create smooth, realistic animations.

Tune in to significantly enhance your productivity and visual quality in Unity!

Show more...
6 months ago
13 minutes 33 seconds

Level Up Unity Game Dev
Precision and Efficiency: 100+ Unity Tips

In our second episode, we dive deeper into the Unity editor, focusing on advanced techniques that offer precision and boost efficiency. We'll explore Focused Inspectors, Presets, Scene Visibility, Scene Picking, and the powerful Search and Query Builder tools. Learn to customize your workflow for maximum impact, from detailed property inspections to smart scene management.

Show more...
6 months ago
12 minutes 40 seconds

Level Up Unity Game Dev
Speed Up Your Game Development: Mastering Unity Editor Workflows

Welcome to the first episode of our 10-part series, "Unity Mastery: 100 Tips to Supercharge Your Game Development Workflow."

In this episode, we kick off with 10 powerful tips to enhance your productivity using Unity’s editor. Discover how to streamline your workflow with faster package retrieval, reduce Play mode entry times, optimize Scene view performance, and more.

Whether you’re managing large prefabs or navigating complex hierarchies, these expert strategies will help you make the most of Unity 2022 LTS. Join us and start transforming your development process today!

80+ tips to increase productivity in Unity 2022 LTS

Show more...
1 year ago
13 minutes 1 second

Level Up Unity Game Dev
Building for Billions: Optimizing Your Mobile Game for a Global Audience

This episode explores how to optimize mobile game performance in Unity, focusing on techniques to achieve smooth gameplay and stunning graphics across a wide range of devices.

  • This episode will cover important considerations like profiling with both Unity's built-in tools, like the Memory Profiler and the Profile Analyzer, and platform-specific tools, such as Xcode Instruments for iOS, and Android Studio or ARM Mobile Studio for Android.
  • Listeners will learn how to use the Unity Profiler to identify performance bottlenecks in their games. This includes learning how to interpret common markers like Gfx.WaitForCommands and Gfx.WaitForPresent to understand CPU and GPU bottlenecks.
  • This episode will also discuss managing memory usage and reducing the impact of garbage collection. Key techniques covered include object pooling, minimizing string operations, and using the incremental garbage collector.
  • The episode will cover advanced rendering techniques, such as draw call batching, and how to optimize for the GPU. Listeners will learn about different batching methods including SRP Batching, GPU Instancing, and Static Batching, as well as the importance of minimizing state changes between draw calls.
  • This episode will also touch upon asset optimization, UI optimization, and audio optimization. This includes optimizing texture and mesh import settings, using techniques like Level of Detail (LOD) and Occlusion Culling, and choosing appropriate audio compression formats.
  • The episode will introduce listeners to Unity's Adaptive Performance feature, which allows for dynamic adjustment of game settings based on device thermal trends.
  • Listeners will learn how to use this feature to prevent thermal throttling and deliver a smoother player experience, particularly on Samsung Galaxy devices.
  • The episode will also examine the Data-Oriented Technology Stack (DOTS) and how it can be leveraged for performance enhancements.

This episode aims to provide listeners with a comprehensive understanding of mobile game optimization techniques in Unity, empowering them to create high-performing and visually impressive games for a global audience.

Show more...
1 year ago
12 minutes 10 seconds

Level Up Unity Game Dev
Unlocking Modularity: Mastering ScriptableObjects in Unity

Tired of messy Unity projects where data and logic are intertwined?

This episode explores ScriptableObjects, powerful assets in Unity that can revolutionize how you organize and optimize your game development. Learn how ScriptableObjects go beyond simple data containers to enhance collaboration, streamline workflows, and make your projects cleaner and more scalable.

We'll uncover practical use cases for ScriptableObjects, from managing inventories and character stats to implementing design patterns like the Observer and Strategy pattern.

Discover how to leverage ScriptableObjects to empower designers to tweak gameplay values and create variations without writing code. We'll also look at advanced debugging techniques and address potential pitfalls to watch out for.

Whether you're an indie developer or part of a larger team, join us as we unlock the full potential of ScriptableObjects and level up your Unity game development skills. Create modular game architecture in Unity with ScriptableObjects

Show more...
1 year ago
12 minutes 8 seconds

Level Up Unity Game Dev
Unlock the Secrets of Unity Shaders

This week, we're diving deep into two essential resources for aspiring game developers: "The Unity Shaders Bible" and "Visualizing Equations," both by author Fabrizio Espíndola.

  • First, we'll unlock the secrets of breathtaking visuals with "The Unity Shaders Bible." This book provides a clear and comprehensive guide to understanding shaders, those powerful tools that control how light, shadows, and textures appear in your games. We'll break down key concepts like ShaderLab, HLSL, and Cg programming languages, making them accessible whether you're just starting out or looking to level up your skills.
  • Next, we'll journey into the world of mathematics with "Visualizing Equations." This book takes a hands-on approach to teaching essential math concepts for game devs, helping you translate complex equations into practical code.

Whether you're an aspiring artist or a code-savvy developer, this episode will equip you with the knowledge and resources to elevate your game development journey!

Unity Shader Bible

Visualizing Equations

Show more...
1 year ago
12 minutes 20 seconds

Level Up Unity Game Dev
This podcast is a hobby project created with NotebookML as I explore and learn about various Unity game development topics. Each episode is essentially a set of published notes covering subjects I'm interested in—whether it's understanding the fundamentals of the Unity engine, navigating its interface, or experimenting with shaders and captivating visuals inspired by professional resources. I'm sharing these insights publicly as a podcast in case they might be helpful to anyone else out there. (Voices in this podcast are AI-generated.)