Skip to content
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

Support ClientSDK in Unity #57

Open
Fregnen opened this issue Oct 16, 2024 · 0 comments
Open

Support ClientSDK in Unity #57

Fregnen opened this issue Oct 16, 2024 · 0 comments

Comments

@Fregnen
Copy link

Fregnen commented Oct 16, 2024

Coming from support ticket #78813.

Is your feature request related to a problem? Please describe.
We would like to see the Launch Darkly Client SDK support Unity.
My attempt to implement LaunchDarkly .NET ClientSDK 5.2.1, imported with NuGet for Unity, did unfortunately not work. Issue is, that the SDK has a dependency on System.Text.Json (>=6.0.0), which when serializing from LDjson to json, giving following error:
System.TypeLoadException: VTable setup of type System.Text.Json.Utf8JsonWriter failed

I have taken inspiration from this repo but without luck (I have updated it to Context instead of User).

Describe alternatives you've considered
See support ticket #78813.

@cwaldren-ld cwaldren-ld transferred this issue from launchdarkly/dotnet-client-sdk Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants