juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.13k stars 518 forks source link

Is there any way to use "On Demand Resource" in iOS? #859

Open Raonshi opened 1 year ago

Raonshi commented 1 year ago

Hello. I have a question about using "On Demand Resource".

According to Unity Document, "On-Demand Resources are only supported when the Data folder is a part of the Application target and not a part of the UnityFramework target.". https://docs.unity3d.com/2020.3/Documentation/Manual/StructureOfXcodeProject.html

My question is...

"Is there any way to use On-Demand Resource with this package in iOS?"