Author Topic: Solution of Find Missing References & Find Assets References  (Read 4461 times)

jinwu

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Solution of Find Missing References & Find Assets References
« on: November 25, 2015, 08:27:47 AM »
While working with Untiy, I have ever waste much time digging into the following issues. Such as:
- Try to know where a particular script is being used, but don't remember which prefab it attached to.
- Get some missing references warnings, but can't find out all missing references hidden in the project.
I really hate to fight with these issues.

After long time of hard work, now i have made a useful plugin named "Find Pro" which can solve these problems perfectly.

Plugin Features:
- Find all references to an asset.
- Find missing references and null references.
- Supports the search in the project view and in the hierarchy view.

ScreenShots:


Videos:
How to find Asset References
https://youtu.be/1G4R2CrusRQ

How to find missing references
https://youtu.be/k3BstirEjuQ

If you are interested in this, Click Here To Download

Btw, how do you solve these problems?
« Last Edit: December 15, 2015, 11:47:42 AM by jinwu »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Solution of Find Missing References & Find Assets References
« Reply #1 on: November 25, 2015, 06:08:04 PM »
The missing references part is super useful, I'll have to check this out, thanks for sharing!

jinwu

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: Solution of Find Missing References & Find Assets References
« Reply #2 on: November 26, 2015, 05:34:45 PM »
If you have any suggestions or questions, please tell me. I will be glad to serve you.

Btw, Find Assets References is also useful.

For example, someone write a .cs file (extends MonoBehaviour), but you don't know if this script is still being used.

So you want to find out which prefabs this script is attached to. Then you can use the feature "Find Asset References".
« Last Edit: November 26, 2015, 05:41:32 PM by jinwu »

jinwu

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: Solution of Find Missing References & Find Assets References
« Reply #3 on: December 15, 2015, 11:48:35 AM »
I have added two videos to show what this plugin can do.  ;)