You can choose the language in which verbose will be displayed and set the verbose mode to "Debug" in the Interface section of the PredictSuite preferences.
The verbose options are defined in the Logging section of the interface preferences.
If the verbose mode is set to "Debug", you will have more details on the Predict Engine scene loading steps and the Predict Unity internal workflow.
The Profiler section of the preferences contains the list of all processes currently rendering. For each process, the following details are listed :
Camera and Sensor : the camera or physical sensor associated with this process,
GUID : the guid of the shared memory associated with this process,
Target : the context in which this processed is used, the target can either be Overlay (used for an engine overlay), Renderer (used in the engine view), or Batch (used for a batch renderer),
State : the current state of this process,
Paths : the paths of the scene and settings files loaded in Predictive Engine,
Stats : the current render time and samples per pixel count for this process,
Scene Structure : the list of Unity elements loaded in the Predictive Engine scene for this process,
Scene Data : the actual data loaded in the Predictive Engine scene for this process,
Buffer : the raw content of the shared memory buffer for this process.
When you start Unity with Predict Engine, there are three important messages you can look after in the “Console” tab :
When the Predict Engine process is started for a camera : Starting Predict Engine Process for camera : **name of the camera**
When the Predict Engine scene was correctly loaded : Predict Engine is ready to render
When the Predict Engine process was stopped for a camera : Stopped Predict Engine process for camera : **name of the camera**
NB : there should be one “start message” and one “stop message” for each enabled camera in the scene.