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

Property Window is Empty when selecting node while using custom renderer #117

Closed
phaze-ZA opened this issue Apr 18, 2023 · 3 comments
Closed

Comments

@phaze-ZA
Copy link

phaze-ZA commented Apr 18, 2023

Steps:
Create a pixi project using your own renderer and stage
Specify root node manually with:
globalThis.__PIXI_STAGE__ = yourContainer;
And add renderer with:
globalThis.__PIXI_RENDERER__ = yourRenderer;
Open devtools and go to the pixijs tab
Select a node
See property window stays empty, node still gets output to console though

Created a playground here for you to test on: https://www.pixiplayground.com/#/edit/0VzcIuYJ9eqQJoY-RrEvM

Tried this using the PIXI.Application method, and it works perfectly fine - so I think it's specific to the above method.

@phaze-ZA
Copy link
Author

To add to this, it seems to only be introduced with 2.6.0. I have teammates on 2.5.0 who do not have this problem.

@phaze-ZA phaze-ZA changed the title Property Window is Empty when selecting node and using custom renderer Property Window is Empty when selecting node while using custom renderer Apr 18, 2023
@bfanger
Copy link
Owner

bfanger commented Apr 18, 2023

Fixed in 2.6.1, Thanks for reporting!

@phaze-ZA
Copy link
Author

Thank you for the quick turnaround!

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

No branches or pull requests

2 participants