GameDevBhavesh / SuperEditor

Super Editor is a versatile Unity editor extension that includes a powerful, easy-to-use built-in IDE, Hieararchy enhancements, and Favorites enhancements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Editor logo

visitors

Unity 2021 + Super Editor = The Coolest Creation Machine In The World

TheCoolestUnity

Super Editor is a versatile Unity editor extension that includes a powerful, easy-to-use built-in IDE, Hierarchy enhancements, and Favorite enhancements,These three modules are useful tools for almost any Unity project.

Free to download from Here or Unity Asset Store

Requirement

Unity 2019.4.0f1 or newer

Description

Super Editor is a versatile Unity editor extension that includes three modules:

  1. A powerful, easy-to-use built-in IDE,

  2. A Hierarchy enhancements,

  3. A Favorites enhancements.

Unity's built-in IDE is a intelligent code window for C#, USS, UXML, Shader, Text, Prefab, Scene, and any text Asset, it contains code Automatic completion, keyword searching and replacing, custom themes, and so on. You don't need to switch visual studio or VS Code anymore, which can significantly simplify the development process.

Custom Theme

Super Editor offers Dynamic theme change, allowing you to make changes to your favorite theme and see the results instantly without restarting Unity or recompiling scripts.

CustomTheme

Code Template

Super editor provides the most simple and easy to use code template system, you do not need to know any rules, just need to create a new text file can define your own code hints.

CodeTemplate

Hierarchy enhancements is an editor extension that adds some often used functions to the hierarchy window, which can significantly simplify the development process.

Edit scripts Quickly

Hierarchy enhancements lists GameObject's all components. You can right-click on component icon to quickly edit the script, or you can drag and drop the object directly to access the scripts that are on the GameObject.

QuicklyEditScripts

Favorites enhancements is a favorites panel for Unity3D to list all your favorites assets or scene gameobjects in your project, which can significantly simplify the development process.

Favorite Panel

Some of the more complex Projects or GameObjects need a tool to help developers quickly select objects. The following gif shows the quick selection of players' left and right hands(so that you can easily put weapons and items into the hands.) You can drag objects from the Hierarchy or Project into this panel.

FavoritePanel

About

Super Editor is a versatile Unity editor extension that includes a powerful, easy-to-use built-in IDE, Hieararchy enhancements, and Favorites enhancements