-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Just installed and CS0246... #6
Comments
It looks like the hint path isn't being correctly set during the project setup. The expected behaviour is for the non-develop configuration to include a hint path @ https://github.com/camnewnham/HotLoader/blob/main/Plugin/HotComponentBase.cs#L633-L640
I'm not sure what would be causing this on your machine. One thing that comes to mind is sometimes the filesystem APIs are not entirely as synchronous as they should be. I guess the file also shouldn't be opened until the assembly references have been set @ HotLoader/Plugin/HotComponentBase.cs Line 456 in 197a99a
|
Hi I'm using Rhino 7 and VS2022.
Alos, my %appdata% is also located on a different drive/path, so IF the hintpath is trying to set to C:\users\... by default, it will probably cause issues?
|
The text was updated successfully, but these errors were encountered: