-
I'll keep this short. When using Ursina's `FirstPersonController`, if I move the mouse too fast, the cursor escapes the game window and you need to bring the cursor back into the window for the FPC to…
-
I'm on Windows 10 Pro 64bit, with updated Python 3.11, panda3d and ursina.
I try basic lighting example:
`from ursina import *
from ursina.shaders import lit_with_shadows_shader # you have to app…
-
Hi all, first of all, thanks for this great library, I have just started playing with ursina and I feel that ursina is easy and fun, with a very high potential. But coming to the reason for this issue…
-
I am making a 3d game engine (my repo "Ursina editor"). I want UI elements like unreal engine. World renders by a separate camera and UI elements by a different camera. It happens in ursina by defalu…
-
I started noticing this with #13. I thought I was just forgetting to remove some stuff but then I dug deeper. I was testing with notifications because they delete themselves. I notice that the entity …
-
# Tilemap not inclued
I have installed ursina throught pip but when i tried to import the prefab tilemap it didnt find it because it was not downloaded or installed with pip
python_version = 3.8
…
-
Traceback (most recent call last):
File "C:\Users\Dimuth De Zoysa\AppData\Local\Programs\Python\Python310\lib\site-packages\direct\showbase\EventManager.py", line 49, in eventLoopTask
self.doE…
-
Desenvolvimento de Games de não é algo muito falado na comunidade de Python, porém é sempre muito interessante conhecermos as diferentes coisas que Python nos proporciona.
Seria legal uma live sobre …
-
I noticed there were no docstrings in pretty much the entirety of the codebase. Except for the few outliers.
I decided to take a few hours to document the class, I'd like to submit a pull request …
-
I want to ask if the networking of the engine can be used to make global games AKA can it be used to make WAN connections?