Hello,
For our application we were relying heavily on NGUI for our 2d elements. Our application consists of many mulitlayered UIs with various animation aspects to each one which will make updating from 2.7 to 3.x take quite a while per scene. I was wondering if there was a way we could run both versions side by side and update to the new version on a per scene basis?
Off the top of my head I would think that renaming all of the 2.7 files to something like UIOLD (UISprite -> UIOLDSprite) would work, but we would need to then update all of the prefabs(we have quite a few). Is there any way we could automate updating the prefabs? Or do you have any suggestions about what we could do?
Thank you,
Dylan