• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by flaviusxvii · Jun 28, 2011 at 08:58 PM · upgrademigrationavoid

Anything we should avoid to stay compatible with Unity 3.4 and 3.5?

Unity DEVs and/or people that just know. I've read the blog (http://blogs.unity3d.com/) and I see there are some major improvements and changes coming our way. Is there anything we should really not use or be aware of to avoid having to redo a ton of work?

Thanks.

Comment
Add comment · Show 4
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Dreamblur · Jun 28, 2011 at 09:12 PM 0
Share

That Rochard game (I clicked the link to it from the blog) is such a Wild Nine clone (note that I said clone, not rip-off).

I wanted to post that on the YouTube page itself, but I can't remember the password for the account that I use to troll. XD

avatar image Dreamblur · Jun 28, 2011 at 09:14 PM 0
Share

Oh, and about your question, they said they were re-doing some systems from scratch, so you'll want to stop using those if you're planning to upgrade to 3.4-3.5 when they're released.

avatar image flaviusxvii · Jun 28, 2011 at 09:32 PM 0
Share

Stop using Prefabs? You serious?

avatar image Dreamblur · Jun 28, 2011 at 09:42 PM 0
Share

ROTFL

I was actually referring to UnityGUI (which you prolly aren't using anyway) and particles. I imagine that since prefabs store all information from its source anyway, that they will simply be restructured in a different way.

It's possible though that the old systems might not be deprecated and merely be made secondary to the new systems, kinda like how $$anonymous$$aya introduced NParticles and still kept the old particle system. If that's the case, then you prolly don't need to worry about anything at all.

But I'm not a part of the Unity dev $$anonymous$$m, so...

(I want to troll that Rochard game so bad... XD)

3 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by Peter G · Jun 28, 2011 at 09:33 PM

I would avoid everything and enjoy a nice cup of lemonade while you wait for the new version to come out... just kidding of course.

You should be able to use everything that you usually do without any worry. Here are the things that (according to the roadmap) will be rewritten so run a greater risk of breaking that other areas.

  • You're prefabs might brake when they upgrade to 3.5 because they are completely rewriting the system, but knowing the guys at Unity, they will probably repackage your prefabs for you when they make a new release. Just like scripts loaded into 3.x from 2.x were automatically marked up at the top with

       #pragma downcast
    
    
  • They expect to create a new GUI system for 3.5. I doubt the will convert your old gui into the new gui, but at the same time, I expect that the old gui will still work. GUITextures were not removed when the procedural OnGUI() was created and I expect something similar with this new interface.

  • Occlusion culling is getting an upgrade, but I doubt that will involve anything more than re-baking your oc to fix.

  • A new particle system in 3.5. I don't really know about this one. It will be curve driven so it could be broken, or easily compatible.

Having said that, I doubt much (if anything) will break with 3.4 / 3.5 at least as a known consequence. There will obviously be some bugs introduced with any new version, but I truly doubt that the Unity team will break some components especially for a 3.x release. Come 4.0 I wouldn't be surpised if something breaks, but not for 3.4 / 3.5.

Note: this is all speculation and should be treated as such. I wish I could predict the future, but in my current skill set, I cannot.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Peter G · Jun 28, 2011 at 09:37 PM 0
Share

Those links don't lead anywhere so don't bother clicking. Still learning QATO and it thinks the decimals lead to an address, and I don't feel like figuring out a solution right now.

avatar image Waz · Jun 29, 2011 at 12:05 AM 0
Share

Hehe it was the slashes not the decimals.

avatar image
0

Answer by Eric5h5 · Jun 28, 2011 at 09:38 PM

There is generally very little breakage with Unity .x versions. You shouldn't avoid anything.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by testure · Jun 28, 2011 at 11:59 PM

If anything, you may end up ditching things you've already written in favor of a native solution (if it's halfway decent) such as pathfinding in 3.5, or light probes.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

7 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Convert older Unity project to Unity 4 problems? 3 Answers

What is the best way to implement level based upgrade for scriptable objects? 1 Answer

c# 6 not recognize after project upgrade from 2017 to 2019 version. 0 Answers

Making AI avoid obstacles and make it wander? 1 Answer

Setting up an FPS controller 1 Answer

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges