IIRC that's the limitation of D3D.
https://learn.microsoft.com/en-us/wi...el-9x-hardware
Obviously, it exceeded the limit of DX9, 4096 * 4096.
The easiest solution is purchase 2.5+, DX11's limitation is 16384 * 16384
IIRC that's the limitation of D3D.
https://learn.microsoft.com/en-us/wi...el-9x-hardware
Obviously, it exceeded the limit of DX9, 4096 * 4096.
The easiest solution is purchase 2.5+, DX11's limitation is 16384 * 16384
This is normal. GPUs must load graphics into their VRAM, and they all have a maximum texture limit that those graphics are allowed to be. For older graphics cards, that often used to be 1024x1024. I don't know where exactly the tech is up to at the moment, but I'd be surprised if many current AAA games use textures above 4096x4096. I'm almost certain that no AAA game today would use 10,000x10,000 (which would actually be treated by the GPU as 16384*16384 by the way). It might fall within the ceiling of DX11, but that doesn't mean that it'll work on most common hardware. You can find out the actual numbers if you look around wikipedia or tech websites. I remember seeing a list that showed the texture limit for each generation of GPUs somewhere, though I can't remember where exactly it was.
So yes, you need to get in the habit of dividing up graphics. I probably wouldn't ever go above 2048x2048 per piece. It's probably a good idea to manage this at the source end. For example, if you use Photoshop, you can use artboards and Generator to automatically split and export larger images into chunks.
You don't need to worry about sticking to power of 2 dimensions when in DX11 mode, since Fusion will fill up the space. For example, if you insert a 2000x2000 graphic, then it will be packaged as a 2048x2048 texture, but Fusion will find some other little graphic(s) in your game to squeeze into the leftover 48x48, to try and not waste the space. Similarly, if you load a 2050x2050 graphic, then it will be packaged into a 4096x4096 graphic (since it won't fit into a 2048x2048 one), with a lot of leftover space (2046x2046). Fusion will squeeze lots of smaller graphics into that leftover space, but it will still result in a 4096x4096 texture, which may crash or lag on various hardware.
By the way, scaling textures is totally fine and doesn't affect this. You can import a 1000x1000 file and scale it x10, and it will still just be 1000x1000 as far as the GPU is concerned.
Dear All,
I wanted to add some feedback regarding the latest version.
I'm very impressed with the new user interface - however the scroll bars should have a higher contrast, as if the scrollbar is small (ie. when the scrollable area is large), then it can be tricky to find.
This new version of MMF has a strange graphical glitch where, if an object is created with only a "disappearing" animation, then it lingers on the screen for a frame longer than it should, even when the animation speed is set to "100".
Equally, if you have a timer event within a fast loop, this does not seem to function reliably. If you set your condition to "every 00-20", then the overall rate appears to be the same but it doesn't actually seem to trigger every 20th of a second.
For the time being, I will have to fall back to v293.
https://community.clickteam.com/threads/110208-Build-294-14-Release-version?p=778941&viewfull=1#post778941
I had a similar bug on my fuison. However, in my case, the pasted object was treated as a new object even though the original object was not edited.
I do not know the conditions under which this occurs.
Hello
Suggestion for possible improvement
Would it be possible to have a window that shows the view order of the objects and be able to easily change the order from there?
move objects up or down
It is difficult to change the order if a large object covers the small ones,
the solution is to move the large object to access the ones behind it or use the arrange menu, selecting the object previously
but I think it would be more comfortable to use a window that will display the order of objects on the same layer
I have found a bug when exporting toolbar settings to network share:
If you try to export your toolbar settings and to save the file on a network share drive, Clickteam Fusion gets stuck on eternal loading mouse icon, and there's no way to do anything or even to close the engine. The only way is to kill its task from the Task Manager.
Exporting and saving the toolbar settings file to a local disk however works and saves instantly.
In this screenshot I have added a custom toolbar with shortcuts, right-clicked on it and selected Export Settings. Then I tried to save to a network share.
Saving Toolbar Settings to Network Drive Crash.jpg
Yes, it is another solution
but if there are many objects involved it is somewhat complicated to put order in the objects.
I think that the same object window in the frame editor could be used to change the order of the objects.
The object window in the frame editor has options to arrange by No, by name or by type.
Maybe include by Order View and when you select an object with the right mouse button include the same order menu that appears when you do it in the frame.![]()
@Yves
I request many times to play Mp4 as cross-platform. I'm a 2D animator and strongly need it.
Is any chance for port FFMpeg object to Android,iOS? It's open source. I really need it. Thanks in advance
https://community.clickteam.com/threads/110455-FFMpeg-Object-Synchronous-Video-Player?p=780113#post780113