UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.43k stars 180 forks source link

Component scripts freezing and not updating #1855

Open Samurai-X9061 opened 11 months ago

Samurai-X9061 commented 11 months ago

There's a bug in 0.36.1 where some component randomly get frozen and stop updating... Like even if have any changes in my script the component will be running on an older version of the script... The only way I could fix it is by renaming the script and reattaching the component... No other method like relinking the script or component worked and it still refered to the old code. This is error is linked to an object as even on appending to other projects the issue persists on that specific object

JYamihud commented 7 months ago

This happened to me today. And so what I did was to make the file internal and delete the file from the system. So keep it only inside of the .blend.

Samurai-X9061 commented 7 months ago

This happened to me today. And so what I did was to make the file internal and delete the file from the system. So keep it only inside of the .blend.

i had tried that and it still would not update, i had to rename and relink only.. also i needed the scripts to be external as i use vscode