According to the official docs, Ursina
works best on Windows and Linux.
Platforms
• Windows
• Linux
This is weird however, because I ran the code on Mac and got the window properly. Do check if any errors are being thrown, and also check make sure your launch.json
file looks something like this:
{
"version": "0.2.0",
"configurations": [
{
"name": "Python",
"type": "python",
"request": "launch",
"stopOnEntry": true,
"pythonPath": "C:/Users/Sanghun/AppData/Local/Programs/Python/Python35-32/python.exe",
"program": "${file}",
"debugOptions": [
"WaitOnAbnormalExit",
"WaitOnNormalExit",
"RedirectOutput"
]
},
If that you've checked these things, it is likely a problem with your OS.