Ошибка в Unity error CS0246: The type or namespace name 'DecodeType' could not be found ну а дальше как обычно в скобке?
Создавал игру в Unity всё было нормально, но когда хотел в игру зайти то пишет что-то, а в консоли эта ошибка error CS0246: The type or namespace name 'DecodeType' could not be found (are you missing a using directive or an assembly reference?)
а когда нажимаю на неё 2 раза то открывается это
using Unity.Jobs ;
using Unity.Burst;
using UnityEngine;
using Unity.Collections;
using System;
using Unity.Collections.LowLevel.Unsafe;
internal struct PDNDecoderData
{
public PDNWrapper.Rectangle Rect;
public int SurfaceWidth;
public int SurfaceByteDepth;
ошибка в этой строке
public DecodeType DecoderType;