Search - User list
Full Version: Parse Error when using Curve
Root » Houdini Engine for Unity » Parse Error when using Curve
VBesson
Hi Guys

I'd like to bring up this error on the HEngine forum : https://forum.unity.com/threads/houdini-engine-issues-with-curves-in-unity.636139/ [forum.unity.com]

I managed to fix it by forcing the environment culture in HEU_Curve.cs (as seen below)
seelan
This is due to a Unity bug: https://forum.unity.com/threads/editor-is-using-windows-locale-settings.442847/ [forum.unity.com]

The plugin has a fix for this but it might not be enabled. In the Houdini Engine Plugin Settings window, enable the Set Current Thread To Invariant Culture.
Then in Unity Player Settings, make sure that the Api Compatibility Level is set to .Net 4.x.

I'll apply your change to the plugin, but with using System.Globalization.CultureInfo.InvariantCulture instead of “en-US”. This should avoid having to do the above setting change.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB