Terry Morgan
2015年7月10日 12:10:10
Using unity 5.1.1, Houdini 14.029
Assets/Houdini/Editor/HoudiniCurveGUI.cs(476,53): error CS0117: `PlayerSettings' does not contain a definition for `useDirect3D11'
line 476 // TODO: Clean this up!
if ( PlayerSettings.useDirect3D11 )
{
also line 524 // TODO: Clean this up!
if ( PlayerSettings.useDirect3D11 )
{
Terry Morgan
2015年7月10日 12:18:48
But I only get this if I copy the houdini engine assets into my game project, the
actual Houdini Engine Project doesn't have errors.
damian
2015年7月14日 19:16:23
As a general rule, to avoid duplication, if you're going to submit a bug please don't also post the bug on the forum.
But for everyone's benefit, this problem is due to an out-of-date build or out-of-date Unity scripts. This was a bug some weeks ago just when 5.1.1 came out but was fixed shortly after.