I am trying to create animations for a unity project, intended for an android build. Majorly all the code works inside a #if UNITY_Editor preprocessor statement, hence no rendering for an android build. Is there any workaround to overcome this issue?
I am trying to create animations for a unity project, intended for an android build. Majorly all the code works inside a #if UNITY_Editor preprocessor statement, hence no rendering for an android build. Is there any workaround to overcome this issue?