Igee Theron
Igee Theron
Unity version: 2021.3.4f1 Device Info: Galaxy A31 One UI verion: 3.1 Android version: 11 Unity Home screen ```dart import 'dart:async'; import 'package:eden/config/strings.dart'; import 'package:eden/enums/chapter_type.dart'; import 'package:eden/models/recorded_data.dart'; import 'package:eden/models/user_chapter_progress.dart'; import 'package:eden/screens/chapters/chapter_info.dart';...
This gets called every time I return to the app. D/FlutterUnityController(28989): onResume D/FlutterUnityController(28989): Attaching unity to view Since i am playing and pausing it manual what can I do to...
@timbotimbo Thanks for the advice. I commented out the code and it fixed the issue i had when the keyboard opens up (Unity resumed each time a keyboard was opened...
I am Using FlutterUnityIntegration-v4.1.0.unitypackage with plugin version flutter_unity_widget: ^4.2.3 Could this problem be happening because I am using unity version 2019.4.33f1?
I have the same problem. This is the error message I get in flutter android studio: V/NuMediaExtractor(17144): NuMediaExtractor destructor V/NuMediaExtractor(17144): NuMediaExtractor constructor W/Unity (17144): AndroidVideoMedia::OpenExtractor could not translate sharedassets0.resource to...
Thank you, I used the Streaming Asset and it worked. I've added a transparent .webm video to unity, and the transparency works well there, however when I build unity to...
I have fixed the issue on my fork: https://github.com/IgeeTheron/document_scanner_flutter Juts add it to pubspec: ```dart document_scanner_flutter: git: url: https://github.com/IgeeTheron/document_scanner_flutter ref: master ``` I had to fix the issue here: https://github.com/IgeeTheron/AndroidDocumentScanLibrary