From 6c8d0deb34bc78e7517badbd7702307e4686c808 Mon Sep 17 00:00:00 2001 From: vincentpierre Date: Wed, 20 Feb 2019 10:45:46 -0800 Subject: [PATCH 1/2] Added comment on OpenGL 3.0 emulation --- docs/Unity-Inference-Engine.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Unity-Inference-Engine.md b/docs/Unity-Inference-Engine.md index 0d4fe8feea..e5f7360b5f 100644 --- a/docs/Unity-Inference-Engine.md +++ b/docs/Unity-Inference-Engine.md @@ -9,6 +9,7 @@ to run the neural network within Unity. ## Supported devices Scripting Backends : The Unity Inference Engine is generally faster with __IL2CPP__ than with __Mono__ for Standalone builds. +In the Editor, It is not possible to use the Unity Inference Engine with Graphics Emulation set to __OpenGL 3.0 emulation__. The Unity Inference Engine supposedly works on any Unity supported platform but we only tested for the following platforms : From 8d65686245347a8d77bbeeef2b731ff2b30dcab6 Mon Sep 17 00:00:00 2001 From: vincentpierre Date: Wed, 20 Feb 2019 13:35:38 -0800 Subject: [PATCH 2/2] Updated line change --- docs/Unity-Inference-Engine.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/Unity-Inference-Engine.md b/docs/Unity-Inference-Engine.md index e5f7360b5f..6ff5b2e158 100644 --- a/docs/Unity-Inference-Engine.md +++ b/docs/Unity-Inference-Engine.md @@ -8,8 +8,13 @@ to run the neural network within Unity. ## Supported devices -Scripting Backends : The Unity Inference Engine is generally faster with __IL2CPP__ than with __Mono__ for Standalone builds. -In the Editor, It is not possible to use the Unity Inference Engine with Graphics Emulation set to __OpenGL 3.0 emulation__. +Scripting Backends : The Unity Inference Engine is generally faster with +__IL2CPP__ than with __Mono__ for Standalone builds. +In the Editor, It is not possible to use the Unity Inference Engine with +GPU device selected when Editor Graphics Emulation is set to __OpenGL(ES) +3.0 or 2.0 emulation__. Also there might be non-fatal build time errors +when target platform includes Graphics API that does not support +__Unity Compute Shaders__. The Unity Inference Engine supposedly works on any Unity supported platform but we only tested for the following platforms :