Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2018.1 is giving me the following error
#1
Note that when I do what Visual Studio suggests (by referencing that other class), it then complains about "WorldSpline" not being an enum.

Errors:

Assets/Packages/Curvy/Base/CurvyImportExport.cs(42,16): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Assets/Packages/Curvy/Base/CurvyImportExport.cs(101,71): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Assets/Packages/Curvy/Base/CurvyImportExport.cs(112,76): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Assets/Packages/Curvy/Base/CurvyImportExport.cs(123,85): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Assets/Packages/Curvy/Base/CurvyImportExport.cs(135,40): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Assets/Packages/Curvy/Base/CurvyImportExport.cs(140,40): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Assets/Packages/Curvy/Base/CurvyImportExport.cs(149,78): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?


Assets/Packages/Curvy/Base/CurvyImportExport.cs(154,83): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Assets/Packages/Curvy/Base/CurvyImportExport.cs(159,92): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Assets/Packages/Curvy/Base/CurvyImportExport.cs(164,58): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Assets/Packages/Curvy/Base/CurvyImportExport.cs(169,58): error CS0246: The type or namespace name `CurvySerializationSpace' could not be found. Are you missing `FluffyUnderware.Curvy.ImportExport' using directive?

Warnings:

Assets/Packages/Curvy/Base/CurvyUtility.cs(218,16): warning CS0436: The type `FluffyUnderware.Curvy.ThirdParty.LibTessDotNet.WindingRule' conflicts with the imported type of same name'. Ignoring the imported type definition

Assets/Packages/Curvy/Base/CurvyUtility.cs(241,9): warning CS0436: The type `FluffyUnderware.Curvy.ThirdParty.LibTessDotNet.Tess' conflicts with the imported type of same name'. Ignoring the imported type definition

Assets/Packages/Curvy/Base/CurvyUtility.cs(424,16): warning CS0436: The type `FluffyUnderware.Curvy.ThirdParty.LibTessDotNet.ContourOrientation' conflicts with the imported type of same name'. Ignoring the imported type definition


Attached Files Thumbnail(s)
       
Reply


Messages In This Thread
2018.1 is giving me the following error - by mythstified - 05-08-2018, 02:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error when trying to connect nodes in prefab edit mode Lupos 4 9 06-02-2023, 10:27 AM
Last Post: _Aka_
  Error when switching splines ricke 3 7 10-10-2022, 08:46 AM
Last Post: _Aka_
  Error when recreating splines / connections jh092 3 7 07-25-2022, 09:58 AM
Last Post: _Aka_
Question Error after upgrade: (are you missing a using directive or an assembly reference?) boriskourt 3 7 05-17-2022, 12:32 PM
Last Post: _Aka_

Forum Jump: