-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V0.9.2 in KSP 0.25 reporting as not compatible with Unity by game #275
Comments
The OSX build of KSP uses a different Unity version than Windows and Linux. While it may work fine, Kethane was built and tested on the Windows build of KSP, which uses Unity 4.5.2f1. If you'd like this resolved for the future, please petition to Squad for uniform Unity versioning across all platforms. |
Hi Majir, In reaction to this, I'm contemplating 2 things:
If you're up to discussing either topic, let me know, and feel free to contact me directly. |
The issue is that I can neither test nor build on OSX. Building alone doesn't do any good because I have no idea what might have broken (hence the warning). I'm happy to discuss solutions here, but I'm not sure what can be done unless someone steps up as an OSX dev and can demonstrate their competency. |
Heps, Yeah, chewed into logs, so far only found that class CompatibilityChecker (/Utilities/CompatibilityChecker.cs) is checking version against a fixed version:
(I've taken the liberty of changing the unityVersion on my copy, and looking at the rest of that class) Compiled, it loads (duh) and will do some testing while playing - as I'm at this point not looking to redistribute the resulting binaries, I wont spend too much time figuring out what automated test-suites you have. May look into that later. Since I do not know your definition of competency, but I do know that I've very little experience with .net and C#, I'll refrain from stepping up. Can appreciate that differences in versions can cause issues - I've tried to get Karbonite to work, but that thing simply kills KSP on OSX it seems. Also bit sad that no common-ground was found between these 2 mods, as they both seem to do some right things. |
I'm a Mac user with extensive .NET and C# experience (I'm a professional software developer) but have very little KSP-specific development experience so far. Has anybody found any actual problems with Kethane on the Mac other than the warning about the version mismatch? I'm intending to use the mod for now and if I find any problems that seem specific to Kethane I'll definitely check in about it. If anybody finds any specific, reproducible issues, I'd be happy to try to look into them. |
When starting KSP 0.25 with Kethane 0.9.2, the game reports the mod as not compatible with Unity 4.5.3p2.
KSP: 0.25
OSX: 10.9.5
The text was updated successfully, but these errors were encountered: