Hi guys,
So I’m trying to use a C# class from UnitySteer into a javascript that I made, but it’s not working :
Assets/contagionStuff/scripts/pathTest.js(1,8): BCE0021: Namespace 'UnitySteer.PolylinePathway' not found, maybe you forgot to add an assembly reference?
here is how I import it :
import UnitySteer.PolylinePathway;
The PolylinePathway script is located in a subfolder in my project (contagionStuff/UnitySteer/)
Can you tell me what I’m doing wrong? ![]()
Thanks in advance,