{"repo":"AlexeyPerov/Unity-MissingReferences-Hunter","free":true,"listed":false,"github":"https://github.com/AlexeyPerov/Unity-MissingReferences-Hunter","clone":"git clone https://github.com/AlexeyPerov/Unity-MissingReferences-Hunter.git","description":"Finds all missing references in your project. Reads contents of assets to detect whether GUIDs they contain exist within the project.","language":"C#","stars":100,"topics":["unity","references","guid"],"license":"MIT","category":"game-templates","readme_excerpt":"Missing References Hunter Unity3D Tool This tool detects missing references in your assets. All code combined into one script for easier portability. So you can just copy-paste MissingReferencesHunter.cs to your project in any Editor folder. How it works At first, it collects all your project GUIDs and forms a map of them. Then it reads the contents off all GameObjects, ScriptableObjects and Scenes to gather GUIDs they contain. Then it simply checks whether these GUIDs are present in the map from the first step. It also checks whether GameObjects, ScriptableObjects and Scenes contain local references (e.g. fileID) to non existing parts of itself. All occurrences of {fileID: 0} are also treated as warning because they might be forgotten references. The whole process might take few minutes for huge projects. To list all missing references in your project... ..click on \"Tools/Missing References Hunter\" option which will open the window. Press \"Run Analysis\" button to run the analysis (can take several minutes depending on the size of your project). Scan scope The tool scans serialized data for GameObjects/prefabs, ScriptableObjects, and scenes. It reads serialized file contents to inspect GUIDs, FileIDs, UnityEvent data, script references, and layer values. Some checks are optional and can be enabled or disabled before running analysis: - Methods checks UnityEvent callbacks whose target method no longer exists. - Type Mismatch checks UnityEvent object-argument types that cannot ","default_branch":null,"files":null,"tree":[],"storefront":"/r/AlexeyPerov","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/AlexeyPerov/Unity-MissingReferences-Hunter/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}