File Templates not generating when working with Unity 2018.3.9f1 with Rider
Answered
I just upgraded Unity to 2018.3.9f1 and for some reason with Rider 2018.3.4 when I chose to add any file the file templates do not generate correctly. The file is created but the macros dont seem to execute resulting in files that look like this:
$HEADER$namespace $NAMESPACE$
{
public interface $INTERFACE$ {$END$}
}
Standard C# projects like Class Libraries or Console Applications work fine but if you begin to work with Unity it just breaks down. Some information I have found suggested it may be a problem with the dotsettings files but I have not quite figured out how to use them. I am wondering if some one might have some tips for fixing this? Its not a huge problem but it is very annoying and throws a wrench into my workflow.
Please sign in to leave a comment.
Indeed, it might be a corrupted dotsettings file. You can find the file near the .sln inside your project. The name must be smth like `YourProjectName.sln.DotSettings`. Could you please create a new support ticket and attach the file to it? We'll take a look.
Will do, thank you for the help.