07-03-2026, 04:39 PM
Hey there. I just added the latest version of Curvy Splines (ver 8.11.2) with the Package Manager into a clean new project using Unity 6.5 (6000.5.1f1) and after finishing the import, I have the following errors in the console:
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Components\DTSingleton.cs(113,41): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Components\DTSingleton.cs(113,69): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(326,39): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(566,56): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(566,37): error CS0619: 'Selection.Contains(int)' is obsolete: 'Use Contains() with EntityId instead.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(581,73): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(581,54): error CS0619: 'Selection.Contains(int)' is obsolete: 'Use Contains() with EntityId instead.'
Are there known issues using Curvy in a Unity 6.5 project? Thanks for your time.
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Components\DTSingleton.cs(113,41): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Components\DTSingleton.cs(113,69): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(326,39): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(566,56): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(566,37): error CS0619: 'Selection.Contains(int)' is obsolete: 'Use Contains() with EntityId instead.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(581,73): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'
Assets\Plugins\ToolBuddy\Dependencies\DevTools\Extensions\Extensions.cs(581,54): error CS0619: 'Selection.Contains(int)' is obsolete: 'Use Contains() with EntityId instead.'
Are there known issues using Curvy in a Unity 6.5 project? Thanks for your time.

