-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I could not get ACT to load the plugin even after putting the exe in the correct folder.
I have never touched C# or .NET before. But managed to work around it with the error messages and some googling.
What I needed to do was to add the following lines at the top:
using System.Text.RegularExpressions; using System.Diagnostics;
And I also just copied in the GUI class and TTSHandler class in to the main file.
Now the plugin loads without errors and works really well :D
I assume there is a much better way to do this. But at least it works now :)
Metadata
Metadata
Assignees
Labels
No labels