It seems that when i build an iOS project and open it in xCode, it is missing the "display name", "build" and "version" fields.
Also, the iOS target is set to 10.3 but should be set to 11 (it's the minimal version xCode now supports).
Actually it's not a bug, it's normal. If you replace the "On Loop "main fast loop"" by a non-immediate condition (like Always, compare value, etc), and drop it to event #4, then Fusion will move it just after event #4, i.e. will make it child of event #4. On Loop conditions must be at the root, that's why you can't drop it to a parent event below. On the other side, you can drop event #7 to event #4 because in this direction the new line will be inserted before the parent event, = it will be at the root.
I believe you're dragging the event, but I'm talking about dragging the condition (start dragging at the purple circle, end dragging at the yellow circle):
If you drag the condition like this, then dragging from #8 to #4 will replace the existing condition:
But doing this from #1 to #4 won't work. Perhaps the logic you just described, which applies to (and makes sense for) events, is being incorrectly also applied to conditions.
Ah you're correct, sorry.
seems like Sub-App is crashing runtime in iOS. (inside CSpriteGen.m).
tried with an empty app:
Crash: ptSpr->sprEffect = extraInfo->ros->rsEffect;
String Parser not work in android
Pa.mfa
Can there be a better way to scroll in the Event sheet/list editors while dragging Events/Conditions/Actions? like allowing to scroll via the middle mouse button (if possible ofc)
The current way revolves around hovering the mouse pointer to the top or bottom of the editor, the problem with that is the range is too small and most of the time it fails to scroll for some reason, or scrolls very slowly then stops again until you keep twitching the mouse pointer in that range