Page 1 of 1

Hello, I have got a trouble with Node inspector

PostPosted: Fri Sep 21, 2018 10:09 am
by nugao
Hello.

My environment is:
Version: 1.1.1.1326
OctaneRender Prime 4.00 RC2 (4000012)
Unity3D 2018.2.8f1

When I edit any parameter in Node inspector, it switch to the Unity Editor immediately. How to prevent the switching?

It hard to change the values when I have a try, No efficiency at all。

How to fix it?

Thanks.

Re: Hello, I have got a trouble with Node inspector

PostPosted: Mon Sep 24, 2018 1:43 pm
by Xhed
What are you using the Node Inspector for? It is an obsolete window which we've forgotten to remove from the code base. There is no way to open it other than doing so via C# script.

Re: Hello, I have got a trouble with Node inspector

PostPosted: Mon Sep 24, 2018 2:20 pm
by nugao
Hello.

In the OctaneVR Window that I clicked button "View Source" to Open it.

Re: Hello, I have got a trouble with Node inspector

PostPosted: Sun Sep 30, 2018 5:32 am
by nugao
I find I can get fix it by minimizing the UnityEditor window.

Re: Hello, I have got a trouble with Node inspector

PostPosted: Mon Oct 01, 2018 10:04 am
by Xhed
nugao wrote:Hello.

In the OctaneVR Window that I clicked button "View Source" to Open it.

My apologies, I misunderstood which window you were referring to. Unfortunately there is no way for us to modify the switching behavior as far as I know, as it is Unity itself which does the focus stealing.