Jump to content

[SOLVED] .bat file problem


photo

Recommended Posts

I created a .bat file to start up my world but for some reason it will not work at all

I looked at all the .bat files from the other demos but for some reason I cant get it to work

 

This is the error from the log file

10:08:40 RenderPost::get_material(): can't find "render_composite" material

 

It doesnt seem to give any other errors

 

What am I doing wrong?

Link to comment

Check in your log if any of these material libraries is loaded:

  • core/materials/default/unigine_render.mat
  • core/materials/simple/unigine_render.mat

Both define render_composite.

 

 

Check you are calling systemInit() in your unigine.cpp.

Check what system script (unigine.cpp) you are referencing in your config file or startup option.

Link to comment
×
×
  • Create New...