Siccity / GLTFUtility

Simple GLTF importer for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error CS0246/CS0115/CS0103

Lhasif opened this issue · comments

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

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.