1.1.1.1341

A public forum for discussing and asking questions about the Octane for Unity Alpha

Moderator: ChrisHekman

Post Reply
User avatar
Xhed
OctaneRender Team
Posts: 239
Joined: Wed Jul 10, 2013 10:27 pm
Location: Breda, The Netherlands

Changes since 1.1.1.1337

Fixes
  • Fixed DLL Load error 126.
Last edited by Xhed on Wed Oct 31, 2018 4:58 pm, edited 1 time in total.
- Rick
ducanhtuvu
Posts: 3
Joined: Tue Oct 09, 2018 4:26 pm

1341 ???? 1141 which one is right??
azen
OctaneRender Team
Posts: 789
Joined: Mon Jun 01, 2015 11:06 pm

ducanhtuvu wrote:1341 ???? 1141 which one is right??
Apologies, the title has been amended now
ducanhtuvu
Posts: 3
Joined: Tue Oct 09, 2018 4:26 pm

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();

target.RenderTarget.CameraMode = RenderTarget.CameraSelectionType.Game;

///setup updatescene
List<RenderPassId> lst = new List<RenderPassId>();
lst.Add(RenderPassId.RENDER_PASS_BEAUTY);
Renderer.SetRenderPasses(lst);

//camera

target.Save();
//
EditorApplication.ExecuteMenuItem("Octane/Viewport");
Scene.UpdateChanges();
Renderer.RenderTarget = target.RenderTarget;
Debug.Log(target.RenderTarget.CameraMode +"==="+Renderer.RenderTarget.CameraMode);

}

the final line : why I can set Renderer.rendererTarget.Cameramode exactly?

my purpose is try to save png from RENDER TO TEXTURE .
hcenteno
Licensed Customer
Posts: 7
Joined: Sun May 10, 2015 9:25 pm

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).

Thanks.
Post Reply

Return to “Octane for Unity”