Hi!!..
i right clicked on source folder of my game, selected New -> C++ script, then added a LOG line on onUpdate method:
void Player0::OnUpdate(){
// Here you can add code that needs to be called every frame
LOG(Info, "Hello from C++");
}
then saved it and back to editor, then created an actor and tried to attach my header but forbiden symbol appear it wont let me attach the script… after this i tried clicking “Add Script” button but c++ scripts are not listed…
I’m using v1.0, may am i missing something?
thanks!