You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to follow your tutorial. When it comes to the point of scripting I just tried to write 'public ImageSynthesis synth;' but it won't find that class. And when I add 'synth.onSceneChange();' to the update function, it is not possible to run the program because of the error 'All compiler errors have to be fixed before you can enter playmode!'. I already copied your code to my file, it didn't solve the problem. Any help?
The text was updated successfully, but these errors were encountered:
I just tried to follow your tutorial. When it comes to the point of scripting I just tried to write 'public ImageSynthesis synth;' but it won't find that class. And when I add 'synth.onSceneChange();' to the update function, it is not possible to run the program because of the error 'All compiler errors have to be fixed before you can enter playmode!'. I already copied your code to my file, it didn't solve the problem. Any help?
The text was updated successfully, but these errors were encountered: