using UnityEngine;
using UnityEngine;
class MeshPostprocessor : AssetPostprocessor {
void OnPreprocessModel () {
(assetImporter as ModelImporter).optimizeMesh = false;
}
}
nothing seems to be a problem here ? Im clueless as for what could be happening! Please help me , it wont let me build my game until it is fixed!