pokepetter / ursina

A game engine powered by python and panda3d.
https://pokepetter.github.io/ursina/
MIT License
2.13k stars 321 forks source link

Ursina Build too little info #660

Closed alseenwalnoot closed 2 months ago

alseenwalnoot commented 4 months ago

Ursina build to convert has almost no documentation, How do i use it?? Have been a long time user of Ursina but i just cant figure out how to do it. I always just stuck with the old auto-py-to-exe but its really anoying to use. the problem exists within how do i include my own seperate scripts (for example a script called library.py)

Thanks in advance :)

pokepetter commented 4 months ago

You cd to your project directory and write python -m ursina.build. There's documentation here: https://www.ursinaengine.org/building.html#Building%20Your%20App%20with%20ursina.build All scripts in the project folder will be automatically included, so you don't have think about that.