Small knowledge, big challenge! This article is participating in the creation activity of “Essential Tips for Programmers”.

The Unity of small science

As always, here are some popular science tips from Unity:

  • Unity is a real-time 3D interactive content creation and operation platform.
  • All creators, including game development, art, architecture, car design, film and television, use Unity to bring their ideas to life.
  • The Unity platform offers a comprehensive suite of software solutions for creating, operating and monetizing any real-time interactive 2D and 3D content on mobile, tablet, PC, game console, augmented reality and virtual reality devices.
  • You can also simply think of Unity as a game engine that can be used to make professional games!

Learn Unity

Quickly find the gameobject in the project where a script is mounted

Methods a

In Unity there is a way to quickly locate the object on which a script is mounted in the current scene

Find References In Scene can be used directly by right-clicking on the project interface

This method finds the gameobject in the current scene to which the script is mounted Method 2

Enter the object to query in the search box of the Hierarchy panel

This also allows you to quickly find the object to which a script is mounted. Note that you must type in the full name of the script to find it!

Method 3: Use plug-ins to quickly find the object to which a script is mounted in the project

There are only three scripts to add to the project

The method of use is simple, just like the first method, but using the method provided in the plug-in

Directly find all the gameobjects in the project to which the script is mounted

The download address of the plug-in is put here, directly download into the project can be used, the first search time will be relatively long, the follow-up will be very soon!

Download address