Due to my designer demand I was running to support splash sound with splash page [I’m using Advance version, so we have our own splash logo]. This is not possible by adding a sound in scene. So, how we can do this? Well, only way is to do, hack by Xcode. After some work in Xcode I found that, the main function in Xcode is calling just before 2-3sec of -applicationDidFinishLaunching(). So, either I place a sound in main or do some other technique it’s not possible to add splash sound in Unity, right? From the beginning, Unity loads it’s DLL file.
Please help me if any one have any idea. I know the Enhancement Pack start his tune after entering the main function, so it’s not going to work.