UPBGE / UPBGE-Docs

UPBGE Manual
https://upbge.org/docs/latest/manual/index.html
19 stars 15 forks source link

Scenes aren't used anymore #5

Closed MechatronixX closed 3 years ago

MechatronixX commented 3 years ago

Trying to create my first HUD in UPBGE 0.3 alpha, a bit confused. Most people seemed to use addScene() previously. Now I finally found why that doesn't work:

https://github.com/UPBGE/upbge/issues/1167

So for instance this should probably be updated: https://upbge-docs.readthedocs.io/en/latest/api/bge.logic.html?highlight=addscene#bge.logic.addScene

lordloki commented 3 years ago

Yes, we need to replace that scene part with collection actuator one

ShaunKulesa commented 3 years ago

I will fix that either tommorow or the weekend. You have my word!