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

Use scene handle for adding player #7

Open
BlackPhlox opened this issue Jun 27, 2021 · 2 comments
Open

Use scene handle for adding player #7

BlackPhlox opened this issue Jun 27, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@BlackPhlox
Copy link
Owner

BlackPhlox commented Jun 27, 2021

Use an arbitrary entity as the player instead of an asset.
Update documentation as well

@BlackPhlox BlackPhlox added the enhancement New feature or request label Jun 27, 2021
@alice-i-cecile
Copy link

Alternatively, you could use a marker component and query.single to set who the player is. Then, make your plugin (or systems) generic over the type Player: Component :)

@elpiel
Copy link
Contributor

elpiel commented Jan 29, 2022

I would suggest adding more options for PlayerSettings.
E.g. for my asset, I also need to scale it not only place it on (X,Y,Z)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants