Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isCreateFromTemplate

Returns true if the current project was created from a template project.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool isCreateFromTemplate { get; }

Remarks

A template project is typically created using the
-cloneFromTemplate
command line argument.