yossefebrahim / flutter_embed_unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Federated plugin overview

This is a containing folder for a federated Flutter plugin for embedding Unity 3D into Flutter apps, containing:

  • flutter_embed_unity: this is the main app-facing package, which you should depend on in your Flutter app's pubspec.yaml
  • flutter_embed_unity_2022_3_android: the Android platform package for this plugin, supporting Unity 2022.3 LTS
  • flutter_embed_unity_2022_3_ios: the iOS platform package for this plugin, supporting Unity 2022.3 LTS
  • flutter_embed_unity_platform_interface: The package that glues the app-facing package to the platform package(s). This package declares an interface that any platform package must implement to support the app-facing package. Having a single package that defines this interface ensures that all platform packages implement the same functionality in a uniform way.
  • example_unity_2022_3_project: a Unity project for building into the example project, for demo and development purposes

About


Languages

Language:Dart 29.0%Language:Kotlin 21.7%Language:C# 19.7%Language:Swift 12.3%Language:Objective-C 7.0%Language:C 5.0%Language:Java 2.7%Language:Ruby 2.6%