Skip to content
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

Runtime inspector, runtime hierarchy and Inspector plus plugins #1224

Merged
merged 2 commits into from
Jul 10, 2023

Conversation

iamteapot422
Copy link
Contributor

Implement inspector and hierarchy in development builds. I opens and closes inspector and hierarchy window.
Implement Inspector plus for unity editor
https://github.com/yasirkula/UnityRuntimeInspector
https://github.com/yasirkula/UnityInspectPlus
изображение

@joaoburatto
Copy link
Contributor

Is there a reason for this? I don't mind adding, but I don't want to add tools just to add tools

@iamteapot422
Copy link
Contributor Author

@joaoburatto well, i find it very useful. Runtime inspector saves time on debugging, and inspector plus makes working with several objects comfortable. Ive asked about these plugins on discord and @stilnat said that he would like to see the plugins in the project.

@stilnat
Copy link
Contributor

stilnat commented Jul 5, 2023

@joaoburatto it's useful to debug client outside of editor at the same time as the host, when it comes to stuff such as checking hierarchy of game objects and stuff. Much more convenient than any code debugging solution for some specific cases imo.

Copy link
Contributor

@stilnat stilnat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get two compiler errors :

  • Assembly with name 'RuntimeInspector.Runtime' already exists (Assets/Plugins/RuntimeInspector/RuntimeInspector.Runtime.asmdef)
  • Assembly with name 'RuntimeInspector.Runtime' already exists (Assets/Scripts/External/RuntimeInspector/RuntimeInspector.Runtime.asmdef)

@iamteapot422
Copy link
Contributor Author

@stilnat can't replicate, plugins folder shouldn't exist. Try deleting the folder and pulling the branch again

@stilnat
Copy link
Contributor

stilnat commented Jul 10, 2023

@iamteapot422 I can't figure how it works, pressing i does nothing for me, does it works on your side ?

@iamteapot422
Copy link
Contributor Author

@stilnat do you test it on a developer build?

Copy link
Contributor

@stilnat stilnat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

working, useful addition, good work

@stilnat stilnat merged commit fbbf3fa into RE-SS3D:develop Jul 10, 2023
2 checks passed
@iamteapot422 iamteapot422 deleted the yasirkula-plugins branch July 10, 2023 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants