小编Pey*_*on 的帖子

在Unity 5.5编辑器中获取警告

在Unity5.5编辑器中,我收到了几个警告,其中两个包括:

在此输入图像描述

Platform LinuxStandaloneSupport has only one supported graphics device type (OpenGL Core)
Platform MacStandaloneSupport does not support graphics device type OpenGL
Run Code Online (Sandbox Code Playgroud)

我将如何解决这些错误,因为通过阅读它们我注意到我必须改变我的图形设备类型但首先我不确定这是否是解决方案,其次,即使它不是我不是完全确定我会怎么做.

编辑:我不确定这是否相关并能够帮助你们,但我也收到如下错误:

Assets/Editor/ImageEffects/ColorCorrectionLookupEditor.cs(54,41):警告CS0618:在UnityEditor.TextureImporter.textureFormat' is obsolete:TextureImporter级别不再可以访问textureFormat.对于旧的"简单"格式,使用textureCompression属性进行等效自动选择(Truecompolor为Uncompressed,16位为Compressed和HQCommpressed).对于特定于平台的格式,请使用[[PlatformTextureSettings]] API.使用此setter将设置各种参数以尽可能匹配新的自动系统.Getter将返回最后一个值集.

c# unity-game-engine

0
推荐指数
1
解决办法
3873
查看次数

标签 统计

c# ×1

unity-game-engine ×1