I try to write the auto render by script with Octane. But the thing is I need to press Button "render " in PBR render Target Component. please help me with this.
void Init()
{
GameObject go = new GameObject();
target= go.AddComponent<PBRRenderTargetComponent>();
target.CreateNewRenderTarget();
target.InternalUpdate();
Scene.UpdateChanges();
How do I install this version? The Asset Store's Installer Scene version is 1.1.1.1324 and it won't install on Unity 2018.2.12f1 (I get "Did not receive available version from server" upon loading).