I'm trying to paste an object with BlendMode into DrawingCanvas, but nothing has been pasted in.
Can we paste objects with blendmode into canvas? The Antialiasing option is Off.
I added a DrawingCanvas to the official example to test this, this is my test file:
17rpg.oss-cn-beijing.aliyuncs.com/down/PasteBlendTest.c3p
And... if it can be done, is this method compatible with IOS App Build?
Thank you.
Develop games in your browser. Powerful, performant & highly capable.
You need to paste both objects in the correct order - paste Sprite2, then paste Sprite.
And also move the Drawing Canvas to another layer (background).
You need to paste both objects in the correct order - paste Sprite2, then paste Sprite. And also move the Drawing Canvas to another layer (background).
Thank you so much! Let me try