-
**Describe the bug**
Using Mono Cecil in the default assembly causes a compilation error if both Project Auditor and Burst are installed.
![burst-cecil](https://user-images.githubusercontent.com/120…
-
Hi! I try to integrate the system for coins rewards. I think what I am doing is pretty basic:
- added few instances of UIParticles prefabs to the scene to handle different instances of coin bursts. …
Braza updated
2 months ago
-
unity 版本2021.3.6f1c1,vs版本2022,安装Burst后
显示Assets\UnityObfuscator\Editor\Scripts\ClassInfo.cs(93,39): error CS0433: The type 'TypeDefinition' exists in both 'Mono.Cecil, Version=0.9.66.0, Culture=neutr…
-
**Environment (please complete the following information):**
- OS/OS Version: Windows 11
- Source Version: master/2.17.0
- Unity Version: 2022.3.14f
**Describe the bug**
When projecting the …
-
I'm using Unity 2021.3.10f1 and Huawei HMS AGC Services version 2.4.1. After importing it from the Package Manager, I immediately encountered errors:
Assets\HuaweiService\apm\Editor\TraceInjectPost…
-
compile errors:(unity:2021.3.2f1c1)
Library/PackageCache/com.unity.jobs@0.2.10-preview.13/Unity.Jobs/IJobParallelForDefer.cs(73,85): error CS8377: The type 'U' must be a non-nullable value type, al…
-
_(filing this to track ideas and see if there is community interest)_
## Background
IREE is designed to take the "ML" out of "ML deployment" and just turn "running an ML model" into "running som…
-
Please add Unity Job system and Burst compiler to improve performance.
-
**Describe the bug**
All of the sudden, when running docfx metadata, I get the message:
Loading project /Users/bart/Develop/anypath/AnyPath/AnyPath.csproj
Determining projects to restore...
…
-
- ポータブルに対応するのが難しい
- 64 ビット整数の取り扱いが難しい
- Burst vs .NET 7 問題
- オーバーフロー対策ができない. (すべてが unchecked. Intar は Saturation 前提)