My scene has a "GameObject",it name is "Car".but,I can't find it in ORK FrameWork.what did I set up wrong? thanks!There are examples?image
  • I can't see the image - where do you want to use that game object?

    E.g. if it's in a game event, you'll most likely want to set up an actor, either searching for the object by name or selecting it in the event interaction.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • like this:
    image
    image
    image

    I want find the "Car" in ORK FrameWork>Event
  • Did you use Search Objects?
    Because you have to define any found objects with Search Objects.
    Miuratale : coming 2024
    Miuratale
  • like this?image

    I did it,but there was no feedback.
  • so you'd search for "Car" which adds it to the list of found objects. Then you can use "Check Object, Found Objects "CAR"
    Miuratale : coming 2024
    Miuratale
  • Oh, I see. That's why. I succeeded.
    I always thought "Check Object Name" is "
    var car = GameObject.Find("CheckBox");
    and
    bool boo=( car.name=="Car");
    "
    Was such:"Search Object" is "GameObject.Find","Check Object Name" is 'car.name=="Car"'.

    thank you ever so much !
Sign In or Register to comment.