WeaverEditorUtilities.

CreateNewAsset(Type, string) Method

Summary

Creates a new asset of the specified `type` at the specified `assetPath`.
Assembly
Weaver.dll
Namespace
Weaver.Editor
Containing Type
WeaverEditorUtilities

Syntax

public static Object CreateNewAsset(Type type, string assetPath)

Parameters

Name Type Description
type Type
assetPath string

Return Value

Type Description
Object