microsoft / gdk-unity-package

The Unity package for PC GDK developers.
Other
51 stars 18 forks source link

Plugin fails to load DLLs/Tools for public GDK installs #93

Closed tculotta closed 2 years ago

tculotta commented 2 years ago

For anyone receiving this message "Could not find the GDK DLLs. Make sure you have the Microsoft GDK installed.": we've found that the registry keys differ for the GDK-only install (i.e. installed from GitHub). A fix will be included in the next release, but in the meantime, you can fix this yourself by changing the three calls to GetRegKey() with "InstallPath" to use "GRDKInstallPath" instead in GdkUtilities.cs

chrisjenningsunity commented 2 years ago

This worked perfect! Thanks

tculotta commented 2 years ago

Fixed in #101 and included in the latest release.