File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,13 @@ to run the neural network within Unity.
88
99## Supported devices
1010
11- Scripting Backends : The Unity Inference Engine is generally faster with __ IL2CPP__ than with __ Mono__ for Standalone builds.
11+ Scripting Backends : The Unity Inference Engine is generally faster with
12+ __ IL2CPP__ than with __ Mono__ for Standalone builds.
13+ In the Editor, It is not possible to use the Unity Inference Engine with
14+ GPU device selected when Editor Graphics Emulation is set to __ OpenGL(ES)
15+ 3.0 or 2.0 emulation__ . Also there might be non-fatal build time errors
16+ when target platform includes Graphics API that does not support
17+ __ Unity Compute Shaders__ .
1218The Unity Inference Engine supposedly works on any Unity supported platform
1319but we only tested for the following platforms :
1420
You can’t perform that action at this time.
0 commit comments