Eosin_VRRenderer plugin's save path is set to the vam installation folder.
I tried opening the source file to set it to a directory on a different drive.
but i keep getting an error.
Can someone help me with the script coding?
public static readonly string SCREENSHOT_DIRECTORY = "Saves/VR_Renders/"; <<<<<<<<<<<<<<<<<<<
string myLilyRenderBundleURL = null;
string myDownsampleBundleURL = null;
public static readonly string SCREENSHOT_DIRECTORY = "h:/VR_Renders/"; <<<<< error
string myLilyRenderBundleURL = null;
string myDownsampleBundleURL = null;
I tried opening the source file to set it to a directory on a different drive.
but i keep getting an error.
Can someone help me with the script coding?
public static readonly string SCREENSHOT_DIRECTORY = "Saves/VR_Renders/"; <<<<<<<<<<<<<<<<<<<
string myLilyRenderBundleURL = null;
string myDownsampleBundleURL = null;
public static readonly string SCREENSHOT_DIRECTORY = "h:/VR_Renders/"; <<<<< error
string myLilyRenderBundleURL = null;
string myDownsampleBundleURL = null;