Question: I’m new to use Ursina engine and I think is very well, but i wish to use built-in texture: but for now I only found ‘withe_cube’, is not very much, isn’t it? Please, where or how can I find ...

Question: It gave me this error: Assertion failed: reparented at line 407 of panda/src/pgraph/nodePath.cxx Assertion failed: Detected attempt to create a cycle in the scene graph: ui_render/ui_camera/ui/box : PandaNode box at line 2637 of c:\buildslave\sdk-windows-amd64\build\panda\src\pgraph\pandaNode.cxx What should I do? Answer: ...

Question: I have two questions. I want to set my FirstPersonController() to spawn at a definite coordinate. How can I do that ? When I run a Ursina code with FirstPersonController(), it seems to be locked in a position or ...

Question: I don’t know how to do that when the user clicks on Settings so that everything is invisible. I tried but it doesn’t work Answer: on_click expects a function but you assigned a value. Try this instead: Also, I’m ...

Question: I want to make some racing game in Python Ursina. I made my car model with rotating (changing drive directions), but I want to make it drive, where car is rotated using “w” key. But it still go only ...

Question: i making pause menu in ursina and i dont know how to disable mouse always on top and disable First Person Controller in ursina, a tryed: Answer: You can do it that way If you have better answer, please ...

Question: I started creating a shooter game with ursina, and I tried to get exe from this using pyinstaller. after I got the exe, when I run the app, it show me an error(o I have coded a new game ...

Question: So i have my code and I want to appear a cube under a cube i will click. Then i want to check if there are cubes around this cube if in some place there isnt a cube then ...