UIWidgets
UIWidgets copied to clipboard
好像目标平台windows使用IL2CPP发布会产生大量警告日志
trafficstars
大佬们好=。=,我在我的项目工程里使用UIWidgets出现了这个现象,于是我使用Unity2019.3.0f1构建了一个最简单的UIWidgets项目,目标平台是windows x64。配置里面使用Mono发布没有问题,换成IL2CPP之后程序运行正常,但是会不停的产生如下的警告日志。我还试了调整VSync的设置也没起作用,我担心运行时间长了日志文件会很大,请问有办法去掉它吗。
Initialize engine version: 2019.3.0f1 (ffacea4b84e7)
[Subsystems] Discovering subsystems at path D:/Work/ClearUIWidgets/Build/ClearUIWidgets_Data/UnitySubsystems
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.1]
Renderer: NVIDIA GeForce GTX 1050 (ID=0x1c81)
Vendor:
VRAM: 1977 MB
Driver: 26.21.14.3200
D3D11 device created for Microsoft Media Foundation video decoding.
<RI> Initializing input.
<RI> Input initialized.
<RI> Initialized touch support.
UnloadTime: 0.713000 ms
Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak
(Filename: Line: 554)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 15)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 13)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 14)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 14)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 15)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 15)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 13)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 14)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 14)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 15)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 9)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 9)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 9)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 10)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 10)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 10)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 10)
(Filename: Line: 310)
Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak
(Filename: Line: 554)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 5)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 8)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 8)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
Hi多谢关注!目前UIWidgets在2019.3的适配我们还在进行,因此并不保证能够稳定运行。对于您的问题,麻烦你如果可以的话先使用2019.1版本开发,等我们这边升级到2019.3的工作结束后再进行迁移。我们这边升级后一顶会保证迁移后用户代码的可用性的。