I just built our terrain and tried to run it on a Mac Mini with Intel GMA 950 (945 Express) graphics, both under Windows Vista and OSX 10.6.5.
On both platforms, the terrain splat textures do not render at any quality setting. Only the base texture renders, which is of course very blurry given the size of the terrain. (The terrain renders very nicely on a GeForce 8600M GT on OSX 10.6.5)
Is this by design, or a bug in how the capabilities of the graphics cards being accounted for?
I see this with two different terrains, including a very simple one with only 4 splat textures, in a build that does not do anything in our code to manage the LOD settings for different cards. Both terrains were upgraded from Unity 2.6, first with earlier betas of 3.0.
Windows reports this about the graphics in the Mini:
Direct3D:
Version: Direct3D 9.0c [igdumd32.dll 7.14.10.1504]
Renderer: Mobile Intel(R) 945 Express Chipset Family
Vendor: Intel
VRAM: 256 MB
Caps: Shader=20 DepthRT=0 NativeDepth=0 NativeShadow=0 DF16=0 DF24=0 INTZ=0 RAWZ=0 NULL=0 RESZ=0 SlowINTZ=0
desktop: 1280x1024 60Hz; virtual: 1280x1024 at 0,0
What do those flags for the Caps mean? Is that telling me I can’t expect terrain splats? Or ???
Ack!!