Debug.LogError("Platform "+SystemInfo.operatingSystem+" with device "+SystemInfo.graphicsDeviceType.ToString()+" is not supported, no rendering will occur");
Debug.LogError(msg);
sv.ShowNotification(newGUIContent("Platform "+SystemInfo.operatingSystem+" with device "+SystemInfo.graphicsDeviceType.ToString()+" is not supported, no rendering will occur"));
sv.ShowNotification(newGUIContent(msg));
publicstaticvoidDisplayUnsupportedAPIMessage()
{
stringmsg="Platform "+SystemInfo.operatingSystem+" with device "+SystemInfo.graphicsDeviceType.ToString()+" is not supported, no rendering will occur";
DisplayUnsupportedMessage(msg);
}
publicstaticvoidDisplayUnsupportedXRMessage()
{
stringmsg="AR/VR devices are not supported, no rendering will occur";
DisplayUnsupportedMessage(msg);
}
// Returns 'true' if "Animated Materials" are enabled for the view associated with the given camera.