这是我写的代码。
from ursina import *
from ursina.prefabs.first_person_controller import FirstPersonController
app = Ursina()
player = FirstPersonController()
app.run()这不是很多,但由于某种原因,窗口没有正确地显示出来:

编辑:
我使用python 3.10和ursina -v 4.1.1我的操作系统是windows 10
编辑2:
它在python -v 3.7上也不起作用
发布于 2022-11-20 16:09:51
对我来说是合适的。有一些方法可以解决这个问题:
ground = Entity(model='plane', texture='white_cube', collider='box')https://stackoverflow.com/questions/72510055
复制相似问题