Is it possible to use GrowthBook's C# sdk with Uni...
# ask-questions
a
Is it possible to use GrowthBook's C# sdk with Unity? I initialized my class according to the C# sdk, but the feature flag that I am trying to get returns
False
when I have it
True
from the website
r
@magnificent-twilight-21363 might know.
m
I believe that it should be usable by Unity due to the package targeting .Net Standard 2.0 (which Unity supports). If you can provide some more details about this issue it would help to track things down. Thanks!
a
I originally had an issue on why my value's were not visible from my app, but I figured it out. The C# documentation calls it
project_key
when it should be
Client_key
But now I have a new issue: How do I provide info about my app to use the Force Rules and other ways to target?
Let me know if I should put this in a new post