Giter Club home page Giter Club logo

Comments (6)

paulhazen avatar paulhazen commented on September 27, 2024

Hi @BestStream - I'm not seeing the error on my end - although I don't doubt you are experiencing it. Can you give a little more detail (for instance, can you post when the error is?)

from eos_plugin_for_unity.

BestStream avatar BestStream commented on September 27, 2024

@paulhazen I'm referencing this code, so it seems obvious when the error occurs - when I use GetEOSEcomInterface in the Editor

public Epic.OnlineServices.Ecom.EcomInterface GetEOSEcomInterface()
{
#if UNITY_EDITOR
    UnityEngine.Debug.LogError("Attempting to grab the EComInterface in the " +
        "Editor: Won't work because the overlay isn't supported in the Unity Editor");
#endif

    return GetEOSPlatformInterface()?.GetEcomInterface();
}

from eos_plugin_for_unity.

paulhazen avatar paulhazen commented on September 27, 2024

Apologies for my continued lack of understanding. Let me see if I can be more precise with my questions.

It is true that if you are trying to get the interface for the ECommerce component of the EOS SDK from within the editor you will and should get an error telling you that because the plugin is running within the editor, it cannot interact with the overlay - which is the only context in which the ECommerce component should be utilized.

You say that this error constantly appears, but that this is not the error. What exactly do you mean by it not being the error?

Are you using one of the sample scenes, or are you encountering this problem in your own implementation? Either way, can you tell me what input interaction precipitates the error being triggered?

Much thanks for your patience while I try and help you track this down.

from eos_plugin_for_unity.

paulhazen avatar paulhazen commented on September 27, 2024

No description provided.

As a matter of good practice - I endeavor to respond accommodatingly to issues filed regardless of adherence or lack thereof to norms - but it may serve both of us well moving forward if you are able to fill out the description of the issue you are experiencing and provide a little more context from the beginning. Just a gentle suggestion that might help us more quickly arrive at a solution for you when a problem arises.

from eos_plugin_for_unity.

BestStream avatar BestStream commented on September 27, 2024

@paulhazen The overlay doesn't work, that's true. But it is not true that the overlay is the only thing in Ecom interface. Both Offers and Entitlements work in the Editor. I implemented the entire purchasing experience in the Editor and MacOS (have to open the browser instead of the overlay, but this is ok enough). So this error should be displayed before attempting to use the overlay, but not the entire Ecom interface as a whole.

from eos_plugin_for_unity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.