grpc/examples/csharp/HelloworldUnity
AJ Heller 83868b695e
Assert Android API >= v21 (#27943)
* Assert Android API >= v21

This precedes a change that would otherwise break on older Android APIs,
but in a more obvious way.

* error if __ANDROID_API__ is not defined

* update all Andriod minSdkVersions to 21

* csharp experimental: android-19 to 21
2021-11-05 19:04:05 -07:00
..
Assets change port number in examples to avoid conflict with forbidden port on win 2020-08-18 09:31:44 +02:00
ProjectSettings Assert Android API >= v21 (#27943) 2021-11-05 19:04:05 -07:00
UIElementsSchema add scaffolding for HelloworldUnity 2019-02-12 22:16:32 +01:00
.gitignore add scaffolding for HelloworldUnity 2019-02-12 22:16:32 +01:00
README.md Add HelloworldUnity readme 2019-02-12 22:16:32 +01:00

README.md

gRPC C# on Unity

EXPERIMENTAL ONLY

Support of the Unity platform is currently experimental.

PREREQUISITES

  • Unity 2018.3.5f1

BUILD