Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ObjectIsSupportedInBuild(Object)

Validates if the object is supported in the build.
Read time 1 minuteLast updated 12 days ago

Definition

public static bool ObjectIsSupportedInBuild(Object targetObject)

Parameters

targetObject

The target object to validate.

Returns

Type

Description

boolReturns True if the passed in target object is a valid runtime object.