OnPreprocessSpeedTree()
Add this function to a subclass to get a notification just before a SpeedTree asset (.spm file) is imported.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEditor
public void OnPreprocessSpeedTree()
Remarks
This function behaves much like OnPreprocessModel where you can control the SpeedTree asset import settings through code.