Jump to content

[SOLVED] PlayerActor & editor


photo

Recommended Posts

To move objects using PlayerActor, when I add it to the editor in an errors.

 

PlayerActor actor = new PlayerActor();
add_editor(actor);

 

UserArray::push(): unitialized key

Editor::update(): editor update function return 0

Link to comment

Yes, i can add actor in the editor, but when try see it, the following error occurs.

 

To reproduce it, edit samples\players\actor00.cpp and add in function create_scene

add_editor(actor);

 

after that try navigate to actor in Nodes window

Link to comment
×
×
  • Create New...