Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Interesting, the error is in the tutorial hiding code. I couldn't replicate this unfortunately :( I will try to find more specific reason for that. 

(1 edit) (+1)

Gool luck and cool to see those "non generic big engine" errors :)

(1 edit) (+1)

Ursina engine for python  is quite small engine (and it's filled with internal engine bugs) :) And i found out if you call .disable() function on disabled object it shows an error and quits, but if you use object.disabled = True on disabled object, then no error accurs. So i am going to change disable() to disabled=True after jam period :)