What is the exact string I'm supposed to put here? I thought I knew it, but when I run my program, it throws an exception saying it can't find the reader. Here's my code:
public override string GetRuntimeReader(TargetPlatform targetPlatform)
{
return "X2DContentPipeline.CurveReader, X2DContentPipeline, Version=1.0.0.0, Culture=neutral";
}
X2DContentPipeline is the namespace. CurveReader is my ContentReader. Is this not how I'm supposed to do it?