I’m submitting some scripts to the Asset Store and in it I have a test scene. Once it got to the store, I noticed the flag “Requires Unity 4.3 or higher”.
It shouldn’t. I confirmed the script works in Unity 3.4.
However, the test scene (built in Unity 4.0) won’t load in Unity 3.4. So, I create a test scene in Unity 3.4 and everything works. However, once this scene is opened up in Unity 4.0, I can no longer re-open it in Unity 3.4.
I use Unity 4.0 to submit to the Asset Store.
How do I provide a simple test scene that works in both Unity 3.4 and Unity 4.0 so that I don’t get hit with the “Requires Unity 4.3 or higher” flag?
Thanks!