Welcome to ursina Discussions! #90
Replies: 11 comments 8 replies
-
Hi guys. I'm having a difficulty running ursina from PyCharm. Specifically, I'm getting a 'modulenotfounderror no module named' error when importing ursina. I went through the installment steps without any issues, so I really don't know what's wrong. |
Beta Was this translation helpful? Give feedback.
-
I have installed Ursina Game engine using pip install ursina put when i run my code in visual code studio it shows an error as follows: |
Beta Was this translation helpful? Give feedback.
-
Hello. I'm in the early stages of my first Ursina project and I'm trying to learn how to use the mouse powerfully and effectively. I would like to be able to drag on left click and do something different on right click. I would like to be able to detect a hit on an opaque object located inside a rather transparent object. I would like to know (or calculate) where on the target object I have hit. In the Ursina cheat sheet, I find an extensive list of properties and functions for mouse, without nearly enough text to tell me how to really use them. Below are some of my favorites. Is there more text somewhere else? Is there a good advanced mouse example somewhere? Or should I plan on reading the source code? Favorite mystery items: input(key) |
Beta Was this translation helpful? Give feedback.
-
Hi. I'm doing my own project for assignment, it almost finished. But when i try to convert it to .exe with pyinstaller, run it and i get this error: Traceback (most recent call last): I have no idea to fix it, please help! |
Beta Was this translation helpful? Give feedback.
-
Do you plan on making ursina build work for Android packages too? Such as .apk |
Beta Was this translation helpful? Give feedback.
-
�[93mwarning: missing texture: 'assets/car' �[0m Hello sir i am facing this error i don't know what to do? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to make a game for linux in ursina? |
Beta Was this translation helpful? Give feedback.
-
It's possible to add transparency to Entities in Ursina? |
Beta Was this translation helpful? Give feedback.
-
Would someone be willing to look at my inventory problem really quick? I reduced this code from a game I'm working on, to try to make it easy to scan. CubiconGraphic, functions input() and build_game() contain the heart of the matter. I started with a stock Inventory class. I add the "cog" item, it works fine. I add an item made by generating an Entity from 3 cubes, it isn't draggable. I'm pointing the mouse at it but mouse.hovered_entity prints as None. What do I need to do to these cube objects to make them findable? |
Beta Was this translation helpful? Give feedback.
-
Please stop asking questions here. Make a new thread or an Issue. |
Beta Was this translation helpful? Give feedback.
-
Does anyone know how to change the color of the pointer on ursina, because mine is fuchsia but I would like it white, thanks. |
Beta Was this translation helpful? Give feedback.
-
Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
Beta Was this translation helpful? Give feedback.
All reactions