Hi,
I accept this mission,
if I can help you, it is with pleasure.
when Cyberix3D was Alpha, I knew a bug (the error message often appears after a while) in Category> 'Error while rendering'
I just did a test on a infinite random creation CUBE
and I was not able to do it again bugged (mission failed
)
So you had (perhaps unintentionally) fix (or a portion) this bug, when Cyberix3D happened in Beta.
anecdote of story,
when I wanted to save, to share this attempt...
a error appears, Category> 'Error! Could not save file'
Here are the source code of the project>
<GameMaker3D original="0">
<Loop>
<If var="infinite" eq="true">
<Cube static="1" collision="0">
<Set var="x" value="random.random"/>
<Set var="y" value="random.random"/>
<Set var="z" value="random.random"/>
</Cube>
</If>
</Loop>
<Var var="infinite" value="true"/>
<SetRandom min="-500" max="500" integerNumbers="1"/>
<CameraController controllerType="firstPerson" collisionShape="Box" characterHeight="120" flyMode="1"/>
</GameMaker3D>
*I'm on a PC, very low spec, I use Mozilla Firefox.