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

Feature: Adding Scene and Object to the Gamium Path #8

Open
oneofthezombies opened this issue Jun 17, 2023 · 0 comments
Open

Feature: Adding Scene and Object to the Gamium Path #8

oneofthezombies opened this issue Jun 17, 2023 · 0 comments

Comments

@oneofthezombies
Copy link
Contributor

oneofthezombies commented Jun 17, 2023

Problem

  1. Scene, DonDestroyOnLoad and New UI System corresponding to Scene cannot be inquired in the form of Gamium Path.
  2. In xpath, if you don't have the same type of sibling, you don't have to approach index.
    Even if you don't have a sibling with the same name in GamiumPath, you should approach index.

Solution brainstorm

hierarchy
  MyScene
    MyGameObject
    MyGameObject
    MyOtherObject
  DontDestroyOnLoad
  VisualElement
    MyVisualElement

In the case of the above structure, I think you should be able to search with the GamiumPath below.

/MyScene/MyGameObject[1]
/MyScene/MyGameObject[2]
/MyScene/MyOtherObject
/VisualElement/MyVisualElement
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

1 participant