Why this piece of code doesn't work anymore. It worked on another project (still works) but now my actor3D is #null...
I don't understand why...
Any ideas?
vkActorPtr newActor = stage.CreateDynamicActor("item",articolo1);
vkEntity3DPtr actor3D;
actor3D = newActor;



