- Home /
Unity 5.6 upgrade pains
I've noticed that after upgrading scripts using AudioReverbFilter.roomRolloff and UnityEngine.Experimental.Director.DirectorPlayer stopped compiling (members no longer exist). How to fix them?
Can't say I've ever used either of those functions, but they're both missing from the 5.6 documentation so I assumed they've been deprecated. I'm assu$$anonymous$$g that you receive no useful information in the console log?
The only half-relevant note I can find in the upgrade notes is "Editor: Formally obsoleted already-unsupported room rolloff parameters. (873297)" - but that's referring to the editor feature not by scripting. https://unity3d.com/unity/whats-new/unity-5.6.0
Yeah, no useful info, just that these members don't exist.
In Unity 2017(Beta) have PlayableDirector in UnityEngine.Playables with same functions, but in Unity 5.6 don't have any of theses classes in documentation. Any Feature in the Experimental namespace can be altered or removed in future version, while in this namespace if you plan update your Unity in future is recommended you try only these features but not implement in your project until there go to another namespace.
Your answer
Follow this Question
Related Questions
Unity installer doesn't work? 0 Answers
Unity 5 Error: The imported type is defined multiple times 3 Answers
Hinge Joint not working in Unity 5 1 Answer
Sound files not working [Unity 5.1] 0 Answers