Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0f2
Issue ID
1180493
Regression
No
[Shuriken] light prefab asset can't be located from asset finder in particle effects
[Shuriken] light prefab asset can't be located from asset finder in particle effects
Steps To Reproduce:
1. Create a new project
2. In the Hierarchy view, select the +, then choose Lights > Point light
3. Drag Point light GO to project window to make a prefab
4. In the Hierarchy view, select the +, then choose Effects > Particle Effects
5. Select Particle Effects in the inspector to view it in the inspector
6. Enable the 'Light' section and click on the asset finder button
Expected Result:
Asset window appears empty
Observed Result:
Light prefab in the project window should be located
Reproducible On: 2020.1.a2, 2019.3.0b1, 2019.2.0f2, 2018.3.0f2
Environment:
Occurs on Win and Mac
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
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
- Standalone Profiler stays in Dark Theme after switching Editor theme to Light on Ubuntu
- Inconsistency in capitalisation and styling across various nodes and block in VFX Graph
Resolution Note:
The reason we cannot find components on Prefab assets when searching is that we do not have this information without loading the prefab first. And we do NOT want to load all prefabs of a project when doing a search.. We simply do not have enough meta data about prefab for this kind of search.