Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public void OnPreprocessSpeedTree()

Remarks

This function behaves much like OnPreprocessModel where you can control the SpeedTree asset import settings through code.