Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a10
Issue ID
1170222
Regression
Yes
Deprecated Graphics APIs are included for iOS and tvOS by default when creating new projects
When creating a new project, deprecated graphics APIs will be included in the graphics API list for iOS and tvOS by default. This leads to a warning in the console:
OpenGLES2 and OpenGLES3 have been deprecated on iOS and tvOS platforms and were removed from the list of Automatic Graphics APIs.
We should update the automatic graphics API lists for those platforms so the deprecated APIs are not included by default.
1. Open Unity
2. Create a new project with any settings
3. When the project has loaded, inspect the console
Expected Result:
No warnings are produced.
Actual Result:
A warning is produced as the editor has to remove deprecated APIs from the automatic API list.
Tested on Windows.
Occurs on 2019.3.0a10
Does not occur on 2019.3.0a9
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Element UI disappears and NullReferenceException is thrown when dragging off the last or first element from the list in the Inspector
- [Silicon] Crash on ScriptableRenderLoopJob when machine is left idle while the Editor is in Play mode
- [Android] GraphicsBuffer.CopyCount does not work with Append Compute Buffer after Compute Shader Dispatch on some Android devices
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
Resolution Note (fix version 2019.3):
APIs have now been removed from the default lists.