I much appreciate the reply, so huge thank you!
Sadly, I'm no good at writing batch files so put up a help request on stackoverflow which got deleted - so much for asking for help.
I found...
Fernando if you are still looking for the best solution to online multiplayer for android,
Epic Games have released a totally free multiplayer service that is cross platform, including unlimited...
So I have this game that I made and uploaded online back in early 2020, and I've been updating it constantly to fix bugs and all that throughout the course of the year. Just last night I discovered...
BigAl0104 Today, 05:50 AMSorry for bringing back an old thread but can fonts be deleted from data elements? i accidently added a system font and every time i compile i get an error and would rather not start over.
Spryz Today, 04:28 AMfor now native ads and App open ads are left out, but you have the most important type, not sure why you want these type.
Native ads are ad assets that are presented to users via UI components...
Run the command "C:\Program Files\dotnet\dotnet.exe" --list-runtimes and capture the output, maybe in Console object or Pipe object, or by writing a simple batch file that outputs to text document...
Phi Yesterday, 11:26 PMJust chiming in that I don't think the SDK exposes this functionality.
There is a way it can be done, but it will involve the extension parsing the entire event list.
Check item four of my post here: It has a screenshot of the section in the Xcode that you need to tweak in order to properly show the icon...
...
29934
These are the different types of ads. I am almost certain that we will be able to have all them since the latest type of ad was added in version 19.2.0 and Fernando is planning to add support...
Yeah. Fast loops always pause the Fusion event loop to execute it's actions, before returning to the main Fusion loop exactly 1 action after the event that calls the fastloop.
Loop speed depends...
i think you should choose an other method because i'm pratically sure that it is not possible, you can for exemple compare distance between you and the overlaped object and choose the nearest
fredetmumu Yesterday, 09:40 AM
Sounds like you need to use a for each loop, and...
Sounds like you need to use a for each loop, and then as fredetmumu says, test for nearest distance of overlapped objects.
YesNoYes Today, 12:33 PMIt's very possible but there isn't a function "pick nearest of...