Hello, thank you for your answer...
I figure out what was the problem.
When I load a sample it stays on the sample list even though I remove it from the event.
So when I call it thru "use...
Type: Posts; User: girwars; Keyword(s):
Hello, thank you for your answer...
I figure out what was the problem.
When I load a sample it stays on the sample list even though I remove it from the event.
So when I call it thru "use...
hello, Im trying to play a sample by using "use expression".
I type the exact name of the sample, but nothing is played.
if Im playing the sample directly it work, but if I pass by "use...
Thank you so much! Generating a AAB using the standard version is working well now!
Yes, I tried with the Jre of Android Studio, but still the same problem...
I will send you the link by PM, thank you!
Hello, thank you for your answer.
Target : Android 11
Build : 30 (I tried with 31 but the build failed)
min api : 5.1
Jdk : jdk1.8.0_251
Hello, I repost my concern here with more details.
I generated an AAB file, using the new beta version, it was successful, but when I tried to upload it to the console google play I got this...
Thank you so much for this update.
I was exited to finally upload my game in the developer console, but I got an error :
Erreur : File 'BundleConfig.pb' was not found.
Do you have any idea why I...
In arena 1, but at the right place, depends of what results you want
If I understand what you want to do...
The cutscene will be only play once if you success the first level, even your exit the game and play again ?
If its that why not just use global value 0 or...
In Special condition > Change a Global Value > FistScore > Set to your ini value
You need also to set First Score to 0 in case of game over the fist time. And make some adjustments.
I not fully...
If you exit the program, the global value First Score will be lost, you need to retrieve the Global Value from your ini file at a certain moment, probably on scene select arena.
Seems to work now, I changed as a explain >=300 and <300, and remove : line 3 start of scene : set FirstScore to 0.
When I play I first time It will go to cutscene then loading 2 then select arena...
When do you set the score to the global value FirstScore ? I can't find it in your code. When I Assign a counter to check the value of firstscore, it always stay to 0
Hello, I see a small problem with your code. You should have a line : >= 300 and another < to 300. If you put >= 300 and <= 300, it will activate the 2 groups (line 123 and 117). Because both will...
Hello, I am also concerned about this problem. Apparently it is impossible de create an aab from an apk... It should be generated by fusion.
So, currently the only solution to upload your app to...