Hello,
I have done the following steps to add skin renbderer component with a simple cube created in blender.
But, the cube appear in unity editor but does not appear on android when making android build and install it on an android device:
Steps:
- create new project using unity 2019.2.4f1
- create empty game object
- add skinned renderer component to game object
- select cube mesh from skin renderer component
- select standard material
- when click play the cube appear in editor, but when trying to run this scene on android the cube does not appear
Blender file can be found here
https://drive.google.com/file/d/1389MHqMPvnN8F5vcj50Pw3KnaaHiJ6lP/view?usp=sharing
Kindly, help
Thanks