Siccity / GLTFUtility

Simple GLTF importer for Unity
MIT License
976 stars 217 forks source link

Error CS0246/CS0115/CS0103 #210

Open Lhasif opened 1 year ago

Lhasif commented 1 year ago

Hello. I have 240 errors after importing the files after extracting from zip.

Assets\GLTFUtility-0.7\Scripts\Converters\ColorConverter.cs(2,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) image

Assets\GLTFUtility-0.7\Scripts\Converters\ColorConverter.cs(23,24): error CS0115: 'ColorRGBConverter.CanConvert(Type)': no suitable method found to override Assets\GLTFUtility-0.7\Scripts\Spec\GLTFAccessor.cs(17,28): error CS0103: The name 'Required' does not exist in the current context

MatthewJ37 commented 1 year ago

If anyone is still having this problem, I installed the package com.unity.services.core and the errors went away. Use Unity package manager to install and add package by name.