-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search and display the references corresponding to the FileID. #2
Comments
Interesting idea, this could help read the content of prefabs more easily. Do you mostly have prefabs in mind here, or is this also useful for other asset types? |
The FileID is the local (subset) ID of a particular serialized file. |
The fileID is the local partial ID of the current file. In theory, it should be fine to just tally them while reading a serialized file... |
Ah, so you don't want to create a mapping file beforehand, but just let the browser extension do it? That sounds like a good idea. The only problem I could see, is if only parts of the code are loaded in the dom (which I think some of the websites do to save performance). |
The FileID can be changed to the corresponding reference's m_Name value, and a jump function can be added.
The text was updated successfully, but these errors were encountered: