JSON is a common data format that stores data in human-readable strings that can be interpreted by computers. This makes it possible for you and other people to read and modify the raw data and pass that information along to internal systems for use.
ScriptableObject’s are a way to make configurable objects you can attach to MonoBehavior’s or others objects. This allows you to quickly create and swap out data on your game objects without having to create and manage entire object Prefabs.
Continuing our journey of adding the ability to easily use SVG assets in Unity, today we’re going to be exploring how to automatically process and convert SVGs to PNGs whenever one is added to our Unity project.
Grab a controller and brush off your C# skills - we’re building a game this week! Over the next 3 days (Tuesday - Thursday 11-3 Pacific) we’ll be diving into Unity and building a game that we can connect up to the cloud to explore building cloud connected games.
Grab a controller and brush off your C# skills - we’re building a game this week! Over the next 3 days (Tuesday - Thursday 11-3 Pacific) we’ll be diving into Unity and building a game that we can connect up to the cloud to explore building cloud connected games.
Grab a controller and brush off your C# skills - we’re building a game this week! Over the next 3 days (Tuesday - Thursday 11-3 Pacific) we’ll be diving into Unity and building a game that we can connect up to the cloud to explore building cloud connected games.
Let’s explore how you can detect when an object is inside the players camera view by using the camera’s frustum and axis-aligned bounding boxes (AABB).
Let’s complete our SignalR in Unity experiment by adding a Blazor Website to it. This will allow us to use a browser to send messages directly to Unity to create updates instead of either needing to install a Unity game or run a console app.
Let’s build a stepped gradient in Unity! This is a form of gradient with hard transitions between the different keyframes in the gradient which creates clear blocks of color like you might see on a flag or logo.
Unity’s Editor UI does not support rendering elements in a grid. For some elements like Textures, Meshes and Materials rendering the results in a vertical list does not use the space of the LINQ for Unity editor view very effectively so a grid-based view could provide a much more concise and cleaner UI.
Another VOD from the World of Zero Twitch development stream. This is a demo of some of the work that’s happened on the LINQ for Unity tool behind the scenes and also covers introducing command history so that we can track queries run against the tool and quickly rerun them.