kyntaro
1
Hi there, i’m facing this problem:
- I’ve update Unity version from 2017.3 to 2018.2.5 on an Android project (already published)
- Despite I removed ProjectVersion.txt, know issue “Unable to parse file ProjectSettings/ProjectVersion.txt…” still present
- I updated API target build and added few elements and a bunch of code at game
- While opening a scene in Editor all seems good, but in Play Mode some UI sprites are corrupted. At this point other scenes too raise up the same problem
- I haven’t modify anything deep that justify this behaviour
A little snap, any tips?
kyntaro
2
#[WORKAROUND]
Imported project as package into Unity 2017.3 new project, settled up a few missing references, layer coherence and project structure. Also re-activated the proper Services.
All up and running…
misteryremains