Exports the given object to the given filepath. Args: obj (Object, PPtr): A valid Unity object or a reference to one. fp (Path): A valid filepath where the object should be exported to. append_name (bool, optional): Decides if the obj name will be appended to the filepat
(
obj: Union[ObjectReader, PPtr],
fp: str,
append_name: bool = False,
append_path_id: bool = False,
export_unknown_as_typetree: bool = False,
asset_filter: Optional[Callable[[Object], bool]] = None,
)
source not stored for this graph (policy: none)
no test coverage detected