Hello,
on unity android, if I remove a .jar or .aar file, does unity throw an error in the build process if that jar is required by a plugin or does the plugin just stops working in the game ?
( I have .jar files conflict & to I need to know if I a remove a jar that is used by a plugin, will the plugin stop working inside the game or do I get an immediate error in the build telling me there is a missing jar file )
Thanks