PlayEveryWare / eos_plugin_for_unity

Repository for PlayEveryWare's EOS Plugin for Unity, bringing the functionality of Epic Online Services to the Unity Game Engine.
https://eospluginforunity.playeveryware.com
297 stars 53 forks source link

Build Fails if using EOS_DISABLE directive #62

Closed TheSLAP closed 2 years ago

TheSLAP commented 2 years ago

LibraryName string isn't complete if using the directive EOS_DISABLE.

Library\PackageCache\com.playeveryware.eos@b1c455b332\Runtime\EOS_SDK\Core\Config.cs(60,36): error CS1525: Invalid expression term ';'

scovertb commented 2 years ago

LibraryName string is now "EOSSDK-Disabled" when using EOS_DISABLE directive.