Search Issue Tracker
Won't Fix
Votes
1
Found in
5.3.5p2
Issue ID
802699
Regression
No
[Asset Bundle] Particle System using a mesh in another bundle is not visible
- How to reproduce in the editor -
1. Open "Main" scene.
2. In the project window, select asset "Assets/AssetBundleResources/SimpleMesh.fbx"
3. Make sure "Read/Write Enabled" parameter to false.
4. Build Asset Bundles (menu Assets/AssetBundles/Build AssetBundles)
5. Launch local server (menu Assets/AssetBundles/Local AssetBundle Server)
6. Enter play mode
- notice how the particle system in the instantiated prefab doesn't show any particle.
7. Quit play mode.
8. In the project window, select asset "Assets/AssetBundleResources/SimpleMesh.fbx"
9. Change "Read/Write Enabled" parameter to true.
10. Build Asset Bundles again.
11. Enter play mode.
- notice how the particle system now works properly.
- How to reproduce in a build -
1. Open "Main" scene (in the editor).
2. In the project window, select asset "Assets/AssetBundleResources/SimpleMesh.fbx"
3. Make sure "Read/Write Enabled" parameter to false.
4. Build Asset Bundles (menu Assets/AssetBundles/Build AssetBundles)
5. Launch local server (menu Assets/AssetBundles/Local AssetBundle Server)
6. Build & Run
- notice how the build crashes after the unity logo animation (present only in 5.3.5p2, in 5.4 did not crash, but result was same as in editor)
7. Back in the editor, project window, select asset "Assets/AssetBundleResources/SimpleMesh.fbx"
8. Change "Read/Write Enabled" parameter to true.
9. Build Asset Bundles again.
10. Build & Run
- it should work fine.
Expected result: It should be possible for particle system to use mesh which is in another asset bundle
Actual result: Particle system is invisible if mesh is loaded from another bundle
Reproduced on:
Crashes on 5.1.4f1, 5.2.4f1, 5.3.5p2, On 5.4.0b21 it does not crash, but particles are still invisible
Comments (1)
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
- 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
Buddy198
Oct 24, 2019 08:35
Why this issue won't be fixed?