Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Game Development How to Make a Video Game The Unity Editor and Scene Setup Setup the Camera

Christine otieno
Christine otieno
3,901 Points

can somebody please explain what this.......Assets/Editor/CrossPlatformInput/CrossPlatformInputInitialize.cs(71,34): war

Assets/Editor/CrossPlatformInput/CrossPlatformInputInitialize.cs(71,34): warning CS0618: UnityEditor.BuildTarget.BlackBerry' is obsolete:BlackBerry has been removed in 5.4 can somebody please explain what this....

1 Answer

Jason Holt
Jason Holt
10,041 Points

It means that support for the Blackberry platform has been removed from Unity. This means you cannot build or deploy games to that platform anymore. However, in the project assets, there is still legacy code related to Blackberry support. You must be using a version of Unity that no longer supports Blackberry and therefore you receive this message. I am actually looking for a way to get rid of this. If you find one, let me know!