CristovoXDGM / 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.5%Language:Kotlin 22.0%Language:C# 18.5%Language:Swift 12.4%Language:Objective-C 7.1%Language:C 5.1%Language:Java 2.8%Language:Ruby 2.6%