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

DFGUI DropDownList #15

Open
sobhanb-eth opened this issue Mar 24, 2018 · 0 comments
Open

DFGUI DropDownList #15

sobhanb-eth opened this issue Mar 24, 2018 · 0 comments

Comments

@sobhanb-eth
Copy link

in dropdown directional list I got such and error

MissingComponentException: There is no 'Collider' attached to the "DirectionList - Dropdown List" game object, but a script is trying to access it.
You probably need to add a Collider to the game object "DirectionList - Dropdown List". Or your script needs to check if the component is attached before using it.
UnityEngine.Collider.Internal_Raycast (UnityEngine.Collider col, Ray ray, UnityEngine.RaycastHit& hitInfo, Single maxDistance) (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/modules/Physics/DynamicsBindings.gen.cs:2875)
UnityEngine.Collider.Raycast (Ray ray, UnityEngine.RaycastHit& hitInfo, Single maxDistance) (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/modules/Physics/DynamicsBindings.gen.cs:2883)
dfDropdown.checkForPopupClose () (at Assets/Daikon Forge/DFGUI/Scripts/Controls/dfDropdown.cs:697)

however the collider is there and already attached to it :|
please help

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