You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have bought the asset for both Android and iOS platforms. However, I would like to test its functionality on Windows (with a watermark), but I am encountering an issue. When I build the project as a standalone for Windows, the scene fails to load. Interestingly, the scene runs without issue in the editor (also using AssetBundles in the editor).
We are utilizing AssetBundles to download and load scenes from our server. While most bundles work as expected, the scenes using this specific asset are not loading (in a build). The following error message appears:
The file cannot be loaded because it was created for another build target that is not compatible with this platform. Please ensure that AssetBundles are built using the correct target platform.
File's Build target is: 13
But that's weird because I created the bundle for Standalone Windows.
Could you kindly confirm if this issue is related to the use of the trial version, or if there is another underlying cause?
The text was updated successfully, but these errors were encountered:
Hey Chris. The videos are NOT in the asset bundle. We upload the scene to our server so players can download scenes they want to play in. That way we keep the initial download small. All the scenes with this asset can't load in a bbuild version for windows. But if I build to Android it will work just fine.
Yes. And I was wondering if this is because we using the trial version for windows. And keep in mind that it works just fine in the editor itselff if i load those scnes with the assetbundle method
AVPro Video Version
3.2.2
Which platform is your question for?
Windows
Your question
We have bought the asset for both Android and iOS platforms. However, I would like to test its functionality on Windows (with a watermark), but I am encountering an issue. When I build the project as a standalone for Windows, the scene fails to load. Interestingly, the scene runs without issue in the editor (also using AssetBundles in the editor).
We are utilizing AssetBundles to download and load scenes from our server. While most bundles work as expected, the scenes using this specific asset are not loading (in a build). The following error message appears:
But that's weird because I created the bundle for Standalone Windows.
Could you kindly confirm if this issue is related to the use of the trial version, or if there is another underlying cause?
The text was updated successfully, but these errors were encountered: