Hi and thanks for your time.
After upgrading from Unity Basic Iphone to Unity Pro and Iphone Pro, my project now seems unstable with scripts that worked before not working now but not giving any errors in the editor. I’ve tried fixing individual scripts but to limited success and upon reflection there isn’t any reason why they worked in Basic but not Pro.
Things I’ve researched and tried to fix this:
- FBX exporter problem? Changed the
quality settings back to defaults - Multiple folders called assets?
Didn’t have this problem but did have
two folders called prefabs, cleaned
up all my folders anyways - Need the pragma on scripts? Tried it as a hail
mary and added the pragmas to
all scripts - Static objects problem casting?
Unchecked all static objects, stopped build process
from static batching
Anyone got any other ideas? This is rather terrifying as my completed, just to be submitted project is now pushed back indefinitely.