Я пытался:
Код: Выделить всё
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using TMPro;
public class Test : Monobehaviour
{
void Start()
{
var queue = new PriorityQueue();
}
}
< /code>
Но ошибка отброшена назад: < /p>
The type or namespace name 'PriorityQueue' could not be found (are
you missing a using directive or an assembly reference?)
[Assembly-CSharp]
Подробнее здесь: https://stackoverflow.com/questions/705 ... e-in-unity