Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete Guide for Custom Inspectors & Windows in Unity!
Rating: 4.1 out of 5(87 ratings)
422 students

Complete Guide for Custom Inspectors & Windows in Unity!

Looking for ways to make your script a lot more designer-friendly? This is your definitive guide!
Last updated 7/2016
English

What you'll learn

  • Build your own customized inspectors from scratch
  • Build windows inside Unity that communicate with your scripts by either getting or setting data
  • Develop ways to make your code appear readable by designers so they have control over balancing the game

Course content

5 sections31 lectures4h 29m total length
  • Introduction video1:53

Requirements

  • Download, install and apply for a Unity 5 license
  • Have some C# knowledge and how it works in Unity
  • Have a good understanding of Object Oriented Programming (OOP)

Description

Exposing properties to the editor is useful, but it can't be used to create complex things.

By creating custom inspectors and editors, you'll have full control over how Unity looks and exposes itself to Game Designers and people who are there to balance the game and play around with your scripts. Your job is to make their job easier, and this can be a good start point!

This course expects some proficiency in programming, so you should be comfortable with C# for Unity before you get started.

This unique content will get you through the whole process of creating nice looking custom inspectors for your scripts, windows and custom properties, but it will also cover quick ways to change the appearance of a script's inspector by using variable and method attributes.

Who this course is for:

  • Editing your code is always painful? Then this course is for you, because you'll learn ways to increase productivity by developing beautiful customized inspectors to facilitate this task
  • Those game designers always want you to balance the game? Well, this is their task, so give them a good reason to to that by creating readable inspectors and windows to control the entire game
  • Have no experience in Unity whatsoever? This course may not be what you're looking for, as you first should get comfortable with C#