Search Issue Tracker
Fixed in 7.3.1
Votes
0
Found in [Package]
6.9.2
Issue ID
1203616
Regression
Yes
Visual Effect component is not fully shown in the Inspector if VFX is loaded from Asset Bundle
How to reproduce:
1. Open the attached project
2. AB > Builder (You may need to change BuildAssetBundle.cs settings on Windows)
3. Open the "SampleScene"
4. Enter Play Mode
5. Select "NewVFX(Clone)" in the Hierarchy
6. Take a look to Inspector
Actual result: The Visual Effect component is missing "Renderer" and "Properties" tabs. (Screenshots attached)
Expected result: The Visual Effect component contains the missing tabs.
Reproducible with: 2020.1.0a16 (7.1.6), 2019.3.0f2 (7.1.6), 2019.2.16f1 (6.9.2)
Not reproducible with: 2018.4.14f1 (4.10), 2019.1.14f1 (5.16.1).
Notes:
- A crash may happen on Play, comment out "vfx.Play()" from instantiateVFX.cs to resolve it.
- In Unity 2019.2, only "properties" tab is missing and null reference is thrown.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment