This page looks best with JavaScript enabled

Finding Components on GameObjects - Unity Observer - Part 4

 ·   ·  ☕ 1 min read

Lets make Unity Observer a bit more useful! In this video we’ll add support for accessing different components by name other than the current support for Transforms. This means you’ll be able to lookup any component by its name and then inspect any field/property on it (so long as that field/property is for a Vector3). This completes the basic MVP functionality for the Unity Observer’s support for Vector3’s. There is a lot more to do still but at this point we have a fully functioning, though hardly intuitive, interface for our tool.

We will also look at comparing strings using String Comparison flags (a more efficient, less brittle way to compare strings compared to uppercasing or lowercasing both strings manually).

We have a Discord channel about game development, software engineering and more! Come join and share your projects, ask questions or chat with other devs: https://discord.gg/hU5Kq2u


Sam Wronski
WRITTEN BY
Sam Wronski
Maker of things and professional software engineer. Lets make something awesome together!