i’m trying to make my hands on BGE capacities by writing some scripts but it seems
that ‘import GameLogic’ doesn’t work: it prints ‘No module named GameLogic’
dunno what could be the problem
i’m trying to make my hands on BGE capacities by writing some scripts but it seems
that ‘import GameLogic’ doesn’t work: it prints ‘No module named GameLogic’
dunno what could be the problem
You are trying to run script in Blender, but GameLogic module is available only in GameBlender. You have to set your script in controller to get it executed.
Thanks ashid!
Does it mean that it can’t be possible to generate some specific meshes first and then adding some GameLogic functions in the same script?
It’s better not to mix Blender and GameBlender processing in one script. Use separate scripts for eatch type of task.