Author Topic: Batchmode Support  (Read 2939 times)

dmg

  • Newbie
  • *
  • Posts: 1
    • View Profile
Batchmode Support
« on: September 24, 2015, 01:38:51 AM »
When running a server -batchmode -nographics

Quote
HDR and MultisampleAntiAliasing (in Forward Rendering Path) is not supported. Th
is camera will render without HDR buffers. Disable Antialiasing in the Quality s
ettings if you want to use HDR.
HDR RenderTexture format is not supported on this platform. This camera will ren
der without HDR buffers.
HDR and MultisampleAntiAliasing (in Forward Rendering Path) is not supported. Th
is camera will render without HDR buffers. Disable Antialiasing in the Quality s
ettings if you want to use HDR.
HDR RenderTexture format is not supported on this platform. This camera will ren
der without HDR buffers.
HDR and MultisampleAntiAliasing (in Forward Rendering Path) is not supported. Th
is camera will render without HDR buffers. Disable Antialiasing in the Quality s
ettings if you want to use HDR.
HDR RenderTexture format is not supported on this platform. This camera will ren
der without HDR buffers.
HDR Render Texture not supported, disabling HDR on reflection probe.
can't use image filters (npot-RT are not supported or RT are disabled completely
)

I tried making a script to get all the cameras to disable HDR and set the renderPath to PlayerSettings but no help. Is there a easy way? Thanks.

Chingwa

  • Administrator
  • Hero Member
  • *****
  • Posts: 1704
    • View Profile
    • Tanuki Digital
Re: Batchmode Support
« Reply #1 on: September 24, 2015, 09:14:54 AM »
This error is about the AntiAliasing settings in your unity project.  For HDR cameras to work properly you need to go to your Project Settings-->Quality settings and set Anti-Aliasing to "disabled".  You might be able to do this directly through code, but I haven't tried it.