youle31

Results 87 comments of youle31

you can have a look at this too: https://github.com/UPBGE/upbge/issues/1959#issuecomment-2923715329

Any of these commands help? git lfs pull lfs-fallback git lfs fetch lfs-fallback git lfs pull --all lfs-fallback git lfs fetch --all lfs-fallback (normally some files like readme and splash...

So I tested from scratch on linux and it needs few commands: ``` GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/UPBGE/upbge.git cd upbge make update ``` (here make update is stuck, run it again...

Yes, Lordloki investigated about that, and he found a potential host (different than github) for upbge. We'll probably try to find a way to avoid having LFS files in our...

Thanks, but we need something like github (features wise). Code hosting is not like a simple files hosting because the code constantly change, we need to be able to explore...

I updated the compilation guide here: https://github.com/UPBGE/upbge/wiki/Build-UPBGE-on-Windows https://github.com/UPBGE/upbge/wiki/Build-UPBGE-on-Linux and some issues with git lfs were fixed then I close the issue. Feel free to edit the wiki if you want

Hello, I quickly tested, it sounds ~ok overhaul but there are several things to fix. In my human vocabulary: - python API is missing for the new functions in bge.logic.rst...