forked from linuxgurugamer/FMRS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Terrible) work around for https://github.com/net-lisias-ksp/KSPAPIEx…
- Loading branch information
Showing
3 changed files
with
38 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# FMRS :: Known Issues | ||
|
||
* I could not make the thing to work on Unity5, ruling out KSP \<= 1.3.1 | ||
+ See [this code](https://github.com/net-lisias-kspu/FMRS/blob/e6008f51fc60dc2608de78b11fb44cd2daa85aae/Source/FMRS/FMRS_Util.cs#L206) (link to github) for a full explanation for this problem. | ||
- I'm bafled. =/ | ||
* There's a nasty problem (probably a stack overflow on OnAwake) affecting Unity 5 and 2017 that played havoc with the KSPe logging. | ||
+ Heavy disk I/O may aggravate the problem. | ||
+ This was the real issue when I first realised the problem on [this code](https://github.com/net-lisias-kspu/FMRS/blob/e6008f51fc60dc2608de78b11fb44cd2daa85aae/Source/FMRS/FMRS_Util.cs#L206). | ||
+ This can affect also [1.4.0 \<= KSP \<= 1.7.3], so Unity 2017 also have the problem | ||
+ Unity 2019 (KSP \>= 1.8) **is not affected**. | ||
+ Complete history on [KSPe's Issue #7](https://github.com/net-lisias-ksp/KSPAPIExtensions/issues/7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters