Extending the Unity Editor with Custom Windows

Go to class
Write Review

Free Online Course: Extending the Unity Editor with Custom Windows provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Extending the Unity Editor with Custom Windows is taught by Michael Taylor.

Overview
  • In this Unity course, you'll learn several skills that will allow you to create custom windows, a facet of programming that, when done right, will stream the development of a project by making tools for other members of the team.

    Unity scripter will open the world of Editor Scripting, a discipline in programming that helps programmers organize and make the Unity editor cleaner for others to look at, with just a glance. In this course, Extending the Unity Editor with Custom Windows, you will learn foundational knowledge and gain the ability to create custom editor windows in Unity. First, you will learn how to organize variables. Next, you will discover how to create new windows for functions and tools. Finally, you will explore how to make scripts readable in editor mode. When you’re finished with this course, you will know the basics of editor scripting and tools programming in unity. Software required: Unity

    Topics:

    • Course Overview
    • Basic Editor Scripting
    • Making Our Window
    • Spawning Our Primitives
    • Polishing Our Window
    • Adding Color, Conclusion