I like to play animation on a Canvas.
I made a canvas as shown in the following image.
I like to play a golfer animation on the green color canvas. Is it possible?
I have animation model as shown in the second figure.
I like to play that golfer animation on the canvas. How can I do that? I drag and put under canvas as child object, it doesn't work.
As I explained in my comment, I would do as follow :
MyLayer
for the sake of the example)Culling mask
of a new camera to render only this specific layerMyLayer
in theCulling mask
of your main camera in order to prevent the latter to render your modelClear flags
toDepth only
of the camera to prevent the latter from rendering the skyboxRender Texture
field of your new CameraTexture
fieldYour camera will render the animation into the image on your UI