Class Project
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class Project
Properties
AppleAppStoreUrl
Link to Apple App Store to download game
Declaration
public string AppleAppStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
AppleClientId
Apple Authentication Provider Client ID
Declaration
public string AppleClientId { get; }
Property Value
| Type | Description |
|---|---|
| string |
ArchivedAt
Date project was archived upstream
Declaration
public DateTime? ArchivedAt { get; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
CreatedAt
Date project was created
Declaration
public DateTime CreatedAt { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
CreatorToolUrl
Link to custom Creator Tool
Declaration
public string CreatorToolUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
DeletedAt
Date project was soft deleted
Declaration
public DateTime? DeletedAt { get; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Description
Description of the project
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
If this project is enabled it will be publicly visible in the UGC Portal
Declaration
public bool Enabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
EpicGamesStoreUrl
Link to Epic Games Store to download game
Declaration
public string EpicGamesStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
FacebookClientId
Facebook Authentication Provider Client ID
Declaration
public string FacebookClientId { get; }
Property Value
| Type | Description |
|---|---|
| string |
GogStoreUrl
Link to Gog Store to download game
Declaration
public string GogStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleClientId
Google Authentication Provider Client ID
Declaration
public string GoogleClientId { get; }
Property Value
| Type | Description |
|---|---|
| string |
GooglePlayStoreUrl
Link to Google Play Store to download game
Declaration
public string GooglePlayStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
IconUrl
Icon url from upstream
Declaration
public string IconUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Project item guid
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsDeletionPermanent
Flag for Project to allow hard deletion of Content and associated entities. If set to true for the project, any content deletion is permanent. If set to false, soft deletion will occur instead.
Declaration
public bool IsDeletionPermanent { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ItchStoreUrl
Link to Itch Store to download game
Declaration
public string ItchStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
MagicLeapStoreUrl
Link to Magic Leap Store to download game
Declaration
public string MagicLeapStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Display name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
OculusStoreUrl
Link to Oculus Quest Store to download game
Declaration
public string OculusStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
PlaystationStoreUrl
Link to Playstation Store to download game
Declaration
public string PlaystationStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
SteamStoreUrl
Link to Steam Store to download game
Declaration
public string SteamStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
Threshold
The amount of flags required to hide content in this project
Declaration
public int Threshold { get; }
Property Value
| Type | Description |
|---|---|
| int |
ThumbnailUrl
Image url for thumbnail
Declaration
public string ThumbnailUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
UpdatedAt
Date project was last updated
Declaration
public DateTime UpdatedAt { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
XboxStoreUrl
Link to Xbox Store to download game
Declaration
public string XboxStoreUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |