Skip to content

timbotimbo/flutter_embed_unity

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 29.4%
  • Kotlin 21.9%
  • C# 18.7%
  • Swift 12.4%
  • Objective-C 7.1%
  • C 5.1%
  • Other 5.4%