Dan Griffith
Results
3
comments of
Dan Griffith
Ended up getting this to work with the code below. If there is any interest in adding this as an example id be willing to create one. ``` fn add_pickable(...
Thanks for the suggestion. Was able to get it working by modifying raycast back end.
I can get around the FuncArgs impl issues I'm having by including BevyEntity or 1.0 as the first arg to my Lua function. Looks like it only complains if I...