Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.2.0a6
Issue ID
1046041
Regression
No
Presets: Need to Exclude MonoImporter and MonoScript class type
1. Click on any MonoBehavior script you may have in your project
2. In the Inspector, you'll see two sections which we can create a preset from
- The Importer itself where it would save any import settings, in this case, there is nothing to preset as there is no options exposed for mono script import
- The MonoScript itself where the content of the script will be preset and can be applied to any other script (which isn't good)
Therefore, these two class type should simply be excluded from the preset system so the user isn't able to create preset for those cases.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment