When building for Linux I encountered the following errors:
Library\PackageCache\com.etdofresh.fishyeos@b8cefeb5b03e\Util\EOS.cs(45,67): error CS0117: 'EOSPackageInfo' does not contain a definition for 'ConfigFileName'
Library\PackageCache\com.etdofresh.fishyeos@b8cefeb5b03e\Util\EOS.cs(61,67): error CS0117: 'EOSPackageInfo' does not contain a definition for 'ConfigFileName'
I thought maybe it was due to some platform-specific define, but EOSPackageInfo really does not contain any ConfigFileName field.
And it turns out that Init actually ignores the filename parameter, so I think it can be safely dropped entirely.
When building for Linux I encountered the following errors:
I thought maybe it was due to some platform-specific define, but EOSPackageInfo really does not contain any
ConfigFileNamefield.And it turns out that Init actually ignores the filename parameter, so I think it can be safely dropped entirely.