diff --git a/Assets/ArticyImporter/Content/ArticyPluginSettings.asset b/Assets/ArticyImporter/Content/ArticyPluginSettings.asset index c992a22c4de6759a008c6bb997827d1526e1cffd..1183e55b99b54dba95dcb1ce3a57bf51e7d75bd9 100644 --- a/Assets/ArticyImporter/Content/ArticyPluginSettings.asset +++ b/Assets/ArticyImporter/Content/ArticyPluginSettings.asset @@ -12,7 +12,7 @@ MonoBehaviour: m_Script: {fileID: 1760449090, guid: 538242286e35fb84f8e90dd86ba08b80, type: 3} m_Name: ArticyPluginSettings m_EditorClassIdentifier: - mUsedImportFile: Assets/ArticyTestData/Unity Importer Tutorial.articyu3d + mUsedImportFile: Assets/ArticyTestData/ViaVr.articyu3d mUsedLocalizationPath: mSCMIgnoreState: 1 mShowObjectsInDatabaseView: 1 diff --git a/Assets/ArticyImporter/Content/Generated/ArticyEditorSettings.asset b/Assets/ArticyImporter/Content/Generated/ArticyEditorSettings.asset index 36d44ed55be938f07b7880e4706eae1e611296a0..482470f4650a64457ac38867d020b03f138c2de1 100644 --- a/Assets/ArticyImporter/Content/Generated/ArticyEditorSettings.asset +++ b/Assets/ArticyImporter/Content/Generated/ArticyEditorSettings.asset @@ -15,12 +15,12 @@ MonoBehaviour: mIsImporting: 0 mAwaitingModelImport: 0 mAwaitingFragmentsImport: 0 - mLastUsedObjectDefinitionHash: 05909851CC9DE8B250CD7EA39C030B5E9616637F78C9A061F4028E772FF2D367 - mLastUsedScriptFragmentsHash: 1990543101 - mLastUsedPackagesHash: 282370559 + mLastUsedObjectDefinitionHash: 3C145F6B6ED71D9CC6520F74955B6FF035F3D6828A61FDB82A631D368EDC3BEA + mLastUsedScriptFragmentsHash: 0000000000 + mLastUsedPackagesHash: 1187110788 mLastUsedPackagesCount: 1 mLastBuildCode: 1 - mLastEditorStartupTimeTicks: 638187972251232527 + mLastEditorStartupTimeTicks: 638188654087521262 mNewVersionAvailable: 0 mLastSelectedCustomGvPath: mLastAttachedFlowPlayerValue: 0 diff --git a/Assets/ArticyImporter/Content/Generated/ArticyGlobalVariables.cs b/Assets/ArticyImporter/Content/Generated/ArticyGlobalVariables.cs index f3a11a552bdf5a2dfb9ab51577498797d88b3921..e2a9cdbf0eb3dbd89342703dd806fb12bbc66ebc 100644 --- a/Assets/ArticyImporter/Content/Generated/ArticyGlobalVariables.cs +++ b/Assets/ArticyImporter/Content/Generated/ArticyGlobalVariables.cs @@ -15,7 +15,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial.GlobalVariables +namespace Articy.ViaVr.GlobalVariables { @@ -26,22 +26,22 @@ public class ArticyGlobalVariables : BaseGlobalVariables [SerializeField()] [HideInInspector()] - private GameState mGameState = new GameState(); + private Variables mVariables = new Variables(); #region Initialize static VariableName set static ArticyGlobalVariables() { - variableNames.Add("GameState.gotTip"); - variableNames.Add("GameState.dialogue1Visited"); - variableNames.Add("GameState.dialogue2Visited"); + variableNames.Add("Variables.AskedQuestion"); + variableNames.Add("Variables.DialogueCount"); + variableNames.Add("Variables.Question"); } #endregion - public GameState GameState + public Variables Variables { get { - return mGameState; + return mVariables; } } @@ -55,7 +55,7 @@ public static ArticyGlobalVariables Default public override void Init() { - GameState.RegisterVariables(this); + Variables.RegisterVariables(this); } public static ArticyGlobalVariables CreateGlobalVariablesClone() diff --git a/Assets/ArticyImporter/Content/Generated/ArticyScriptFragments.cs b/Assets/ArticyImporter/Content/Generated/ArticyScriptFragments.cs index be3badc2609c6b5d86454dce8e4a419bbd7481a1..46f0e3d6a9263cacdd0efe217e6ab92488d018da 100644 --- a/Assets/ArticyImporter/Content/Generated/ArticyScriptFragments.cs +++ b/Assets/ArticyImporter/Content/Generated/ArticyScriptFragments.cs @@ -16,11 +16,11 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial.GlobalVariables +namespace Articy.ViaVr.GlobalVariables { - [Articy.Unity.ArticyCodeGenerationHashAttribute(638188046558898444)] + [Articy.Unity.ArticyCodeGenerationHashAttribute(638188737176624399)] public class ArticyScriptFragments : BaseScriptFragments, ISerializationCallbackReceiver { @@ -30,80 +30,6 @@ public class ArticyScriptFragments : BaseScriptFragments, ISerializationCallback private System.Collections.Generic.Dictionary<uint, System.Action<ArticyGlobalVariables, Articy.Unity.IBaseScriptMethodProvider>> Instructions = new System.Collections.Generic.Dictionary<uint, System.Action<ArticyGlobalVariables, Articy.Unity.IBaseScriptMethodProvider>>(); #endregion - #region Script fragments - /// <summary> - /// ObjectID: 0x10000000000013E - /// Articy Object ref: articy://localhost/view/5073f84d-fd65-40fa-8eca-f3f80ed30882/72057594037928254?pane=selected&tab=current - /// </summary> - public bool Script_0x10000000000013EText(ArticyGlobalVariables aGlobalVariablesState, Articy.Unity.IBaseScriptMethodProvider aMethodProvider) - { - return !aGlobalVariablesState.GameState.dialogue1Visited; - } - - /// <summary> - /// ObjectID: 0x100000000000150 - /// Articy Object ref: articy://localhost/view/5073f84d-fd65-40fa-8eca-f3f80ed30882/72057594037928272?pane=selected&tab=current - /// </summary> - public bool Script_0x100000000000150Text(ArticyGlobalVariables aGlobalVariablesState, Articy.Unity.IBaseScriptMethodProvider aMethodProvider) - { - return aGlobalVariablesState.GameState.dialogue1Visited; - } - - /// <summary> - /// ObjectID: 0x100000000000170 - /// Articy Object ref: articy://localhost/view/5073f84d-fd65-40fa-8eca-f3f80ed30882/72057594037928304?pane=selected&tab=current - /// </summary> - public void Script_0x100000000000170Text(ArticyGlobalVariables aGlobalVariablesState, Articy.Unity.IBaseScriptMethodProvider aMethodProvider) - { - aGlobalVariablesState.GameState.dialogue1Visited = true;; - } - - /// <summary> - /// ObjectID: 0x1000000000001F9 - /// Articy Object ref: articy://localhost/view/5073f84d-fd65-40fa-8eca-f3f80ed30882/72057594037928441?pane=selected&tab=current - /// </summary> - public void Script_0x1000000000001F9Text(ArticyGlobalVariables aGlobalVariablesState, Articy.Unity.IBaseScriptMethodProvider aMethodProvider) - { - aGlobalVariablesState.GameState.gotTip = true; - } - - /// <summary> - /// ObjectID: 0x100000000000200 - /// Articy Object ref: articy://localhost/view/5073f84d-fd65-40fa-8eca-f3f80ed30882/72057594037928448?pane=selected&tab=current - /// </summary> - public bool Script_0x100000000000200Text(ArticyGlobalVariables aGlobalVariablesState, Articy.Unity.IBaseScriptMethodProvider aMethodProvider) - { - return !aGlobalVariablesState.GameState.dialogue2Visited; - } - - /// <summary> - /// ObjectID: 0x100000000000207 - /// Articy Object ref: articy://localhost/view/5073f84d-fd65-40fa-8eca-f3f80ed30882/72057594037928455?pane=selected&tab=current - /// </summary> - public bool Script_0x100000000000207Text(ArticyGlobalVariables aGlobalVariablesState, Articy.Unity.IBaseScriptMethodProvider aMethodProvider) - { - return aGlobalVariablesState.GameState.dialogue2Visited; - } - - /// <summary> - /// ObjectID: 0x100000000000268 - /// Articy Object ref: articy://localhost/view/5073f84d-fd65-40fa-8eca-f3f80ed30882/72057594037928552?pane=selected&tab=current - /// </summary> - public void Script_0x100000000000268Text(ArticyGlobalVariables aGlobalVariablesState, Articy.Unity.IBaseScriptMethodProvider aMethodProvider) - { - aGlobalVariablesState.GameState.dialogue2Visited = true; - } - - /// <summary> - /// ObjectID: 0x10000000000029F - /// Articy Object ref: articy://localhost/view/5073f84d-fd65-40fa-8eca-f3f80ed30882/72057594037928607?pane=selected&tab=current - /// </summary> - public bool Script_0x10000000000029FExpression(ArticyGlobalVariables aGlobalVariablesState, Articy.Unity.IBaseScriptMethodProvider aMethodProvider) - { - return aGlobalVariablesState.GameState.gotTip == true; - } - #endregion - #region Unity serialization public override void OnBeforeSerialize() { @@ -113,14 +39,6 @@ public override void OnAfterDeserialize() { Conditions = new System.Collections.Generic.Dictionary<uint, System.Func<ArticyGlobalVariables, Articy.Unity.IBaseScriptMethodProvider, bool>>(); Instructions = new System.Collections.Generic.Dictionary<uint, System.Action<ArticyGlobalVariables, Articy.Unity.IBaseScriptMethodProvider>>(); - Conditions.Add(1u, this.Script_0x10000000000013EText); - Conditions.Add(2u, this.Script_0x100000000000150Text); - Instructions.Add(3u, this.Script_0x100000000000170Text); - Instructions.Add(4u, this.Script_0x1000000000001F9Text); - Conditions.Add(5u, this.Script_0x100000000000200Text); - Conditions.Add(6u, this.Script_0x100000000000207Text); - Instructions.Add(7u, this.Script_0x100000000000268Text); - Conditions.Add(8u, this.Script_0x10000000000029FExpression); } #endregion diff --git a/Assets/ArticyImporter/Content/Generated/ArticyValues.cs b/Assets/ArticyImporter/Content/Generated/ArticyValues.cs index 105e87f3e10293420ab59def204f37b8b766d251..c3d34ed50ea07a14c3bfb146c7ae459f42642ea8 100644 --- a/Assets/ArticyImporter/Content/Generated/ArticyValues.cs +++ b/Assets/ArticyImporter/Content/Generated/ArticyValues.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -25,7 +25,7 @@ public class ArticyValueOutgoingConnection : ArticyValue<OutgoingConnection> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -34,7 +34,7 @@ public class ArticyValueIncomingConnection : ArticyValue<IncomingConnection> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -43,7 +43,7 @@ public class ArticyValueOutputPin : ArticyValue<OutputPin> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -52,7 +52,7 @@ public class ArticyValueInputPin : ArticyValue<InputPin> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -61,16 +61,7 @@ public class ArticyValueLocationAnchor : ArticyValue<LocationAnchor> { } } -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueSex : ArticyValue<Sex> - { - } -} -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -79,7 +70,7 @@ public class ArticyValueShapeType : ArticyValue<ShapeType> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -88,7 +79,7 @@ public class ArticyValueSelectabilityModes : ArticyValue<SelectabilityModes> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -97,7 +88,7 @@ public class ArticyValueVisibilityModes : ArticyValue<VisibilityModes> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -106,7 +97,7 @@ public class ArticyValueOutlineStyle : ArticyValue<OutlineStyle> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -115,7 +106,7 @@ public class ArticyValuePathCaps : ArticyValue<PathCaps> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -124,7 +115,7 @@ public class ArticyValueLocationAnchorSize : ArticyValue<LocationAnchorSize> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -133,7 +124,7 @@ public class ArticyValueFlowFragment : ArticyValue<FlowFragment> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -142,7 +133,7 @@ public class ArticyValueDialogue : ArticyValue<Dialogue> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -151,7 +142,7 @@ public class ArticyValueDialogueFragment : ArticyValue<DialogueFragment> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -160,7 +151,7 @@ public class ArticyValueHub : ArticyValue<Hub> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -169,7 +160,7 @@ public class ArticyValueComment : ArticyValue<Comment> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -178,7 +169,7 @@ public class ArticyValueJump : ArticyValue<Jump> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -187,115 +178,7 @@ public class ArticyValueEntity : ArticyValue<Entity> { } } -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueDefaultSupportingCharacterTemplateTemplate : ArticyValue<Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplate> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueDefaultBasicCharacterFeatureFeature : ArticyValue<Articy.UnityImporterTutorial.Features.DefaultBasicCharacterFeatureFeature> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueDefaultSupportingCharacterTemplate : ArticyValue<DefaultSupportingCharacterTemplate> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueDefaultMainCharacterTemplateTemplate : ArticyValue<Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplate> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueDefaultExtendedCharacterFeatureFeature : ArticyValue<Articy.UnityImporterTutorial.Features.DefaultExtendedCharacterFeatureFeature> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueDefaultMainCharacterTemplate : ArticyValue<DefaultMainCharacterTemplate> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueLocation : ArticyValue<Location> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueSpot : ArticyValue<Spot> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueZone : ArticyValue<Zone> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValuePath : ArticyValue<Path> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueLink : ArticyValue<Link> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueAsset : ArticyValue<Asset> - { - } -} -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -304,7 +187,7 @@ public class ArticyValueCondition : ArticyValue<Condition> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -313,43 +196,7 @@ public class ArticyValueInstruction : ArticyValue<Instruction> { } } -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueLocationText : ArticyValue<LocationText> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueLocationImage : ArticyValue<LocationImage> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueDocument : ArticyValue<Document> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueTextObject : ArticyValue<TextObject> - { - } -} -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -358,7 +205,7 @@ public class ArticyValueUserFolder : ArticyValue<UserFolder> { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -367,7 +214,7 @@ public class ArticyValueListOutgoingConnection : ArticyValue<System.Collections. { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -376,7 +223,7 @@ public class ArticyValueListInputPin : ArticyValue<System.Collections.Generic.Li { } } -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -385,21 +232,3 @@ public class ArticyValueListOutputPin : ArticyValue<System.Collections.Generic.L { } } -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueListVector2 : ArticyValue<System.Collections.Generic.List<Vector2>> - { - } -} -namespace Articy.UnityImporterTutorial -{ - - - [Serializable()] - public class ArticyValueListLocationAnchor : ArticyValue<System.Collections.Generic.List<LocationAnchor>> - { - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Asset.cs b/Assets/ArticyImporter/Content/Generated/Asset.cs deleted file mode 100644 index d3bde8632484eb29d9a903378544e5b11487715c..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Asset.cs +++ /dev/null @@ -1,439 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class Asset : ArticyObject, IAsset, IPropertyProvider, IObjectWithColor, IObjectWithDisplayName, IObjectWithUnresolvedDisplayName, IObjectWithPreviewImage, IObjectWithText, IObjectWithUnresolvedText, IObjectWithExternalId, IObjectWithShortId, IObjectWithPosition, IObjectWithZIndex, IObjectWithSize - { - - [SerializeField()] - private String mDisplayName; - - [SerializeField()] - private String mFilename; - - [SerializeField()] - private String mOriginalSource; - - [SerializeField()] - private PreviewImage mPreviewImage = new PreviewImage(); - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Vector2 mPosition; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private UInt32 mShortId; - - [SerializeField()] - private String mAssetRefPath; - - [SerializeField()] - private UnityEngine.Object mCachedAsset; - - [SerializeField()] - private AssetCategory mCategory; - - public String Unresolved_DisplayName - { - get - { - return mDisplayName; - } - } - - public String DisplayName - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mDisplayName); - } - set - { - var oldValue = mDisplayName; - mDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayName", oldValue, mDisplayName); - } - } - - public String Unresolved_Filename - { - get - { - return mFilename; - } - } - - public String Filename - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mFilename); - } - set - { - var oldValue = mFilename; - mFilename = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Filename", oldValue, mFilename); - } - } - - public String Unresolved_OriginalSource - { - get - { - return mOriginalSource; - } - } - - public String OriginalSource - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mOriginalSource); - } - set - { - var oldValue = mOriginalSource; - mOriginalSource = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OriginalSource", oldValue, mOriginalSource); - } - } - - public PreviewImage PreviewImage - { - get - { - return mPreviewImage; - } - set - { - var oldValue = mPreviewImage; - mPreviewImage = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "PreviewImage", oldValue, mPreviewImage); - } - } - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Vector2 Position - { - get - { - return mPosition; - } - set - { - var oldValue = mPosition; - mPosition = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Position", oldValue, mPosition); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - public String AssetRefPath - { - get - { - return mAssetRefPath; - } - } - - public AssetCategory Category - { - get - { - return mCategory; - } - } - - public TAsset LoadAsset<TAsset>() - where TAsset : UnityEngine.Object - { - if ((mCachedAsset == null)) - { - mCachedAsset = UnityEngine.Resources.Load(mAssetRefPath); - } - return ((TAsset)(mCachedAsset)); - } - - public UnityEngine.Sprite LoadAssetAsSprite() - { - UnityEngine.Sprite assetSprite = UnityEngine.Resources.Load<UnityEngine.Sprite>(mAssetRefPath); - if ((assetSprite != null)) - { - return assetSprite; - } - else - { - UnityEngine.Texture2D assetTexture = LoadAsset<UnityEngine.Texture2D>(); - if ((assetTexture != null)) - { - UnityEngine.Rect spriteRect = new UnityEngine.Rect(0, 0, assetTexture.width, assetTexture.height); - return UnityEngine.Sprite.Create(assetTexture, spriteRect, UnityEngine.Vector2.zero); - } - return null; - } - } - - public void ReleaseAsset() - { - mCachedAsset = null; - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Asset newClone = ((Asset)(aClone)); - newClone.DisplayName = Unresolved_DisplayName; - newClone.Filename = Unresolved_Filename; - newClone.OriginalSource = Unresolved_OriginalSource; - newClone.PreviewImage = PreviewImage; - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.Position = Position; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - newClone.ShortId = ShortId; - newClone.mAssetRefPath = mAssetRefPath; - newClone.mCategory = mCategory; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "DisplayName")) - { - DisplayName = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Filename")) - { - Filename = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "OriginalSource")) - { - OriginalSource = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "PreviewImage")) - { - PreviewImage = ((PreviewImage)(aValue)); - return; - } - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Position")) - { - Position = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "DisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayName); - } - if ((aProperty == "Filename")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Filename); - } - if ((aProperty == "OriginalSource")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OriginalSource); - } - if ((aProperty == "PreviewImage")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(PreviewImage); - } - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "Position")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Position); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Asset.cs.meta b/Assets/ArticyImporter/Content/Generated/Asset.cs.meta deleted file mode 100644 index 33cff9712ba59583b0c2aadcc00a47285591c7f0..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Asset.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 60116d741ad5706489ea4dc2ab6ba12c -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Comment.cs b/Assets/ArticyImporter/Content/Generated/Comment.cs index b867a286957ce514244a77949773f3f9a3190a72..9a244b3ad4058170d614d370ee6a50c83e18f469 100644 --- a/Assets/ArticyImporter/Content/Generated/Comment.cs +++ b/Assets/ArticyImporter/Content/Generated/Comment.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/Condition.cs b/Assets/ArticyImporter/Content/Generated/Condition.cs index 81e2b2d39a983d079eb2032efbf1e9289337a8d2..ac5291ec921ca7023384571d773de70ac45e7beb 100644 --- a/Assets/ArticyImporter/Content/Generated/Condition.cs +++ b/Assets/ArticyImporter/Content/Generated/Condition.cs @@ -17,7 +17,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/DefaultMainCharacterTemplate.cs b/Assets/ArticyImporter/Content/Generated/DefaultMainCharacterTemplate.cs deleted file mode 100644 index e467746424d7e1f149179c4fadec64d419c4424d..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/DefaultMainCharacterTemplate.cs +++ /dev/null @@ -1,98 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial.Features; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class DefaultMainCharacterTemplate : Entity, IEntity, IPropertyProvider, IObjectWithFeatureDefaultExtendedCharacterFeature, IObjectWithFeatureDefaultBasicCharacterFeature - { - - [SerializeField()] - private ArticyValueDefaultMainCharacterTemplateTemplate mTemplate = new ArticyValueDefaultMainCharacterTemplateTemplate(); - - private static Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplateConstraint mConstraints = new Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplateConstraint(); - - public Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplate Template - { - get - { - return mTemplate.GetValue(); - } - set - { - mTemplate.SetValue(value); - } - } - - public static Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplateConstraint Constraints - { - get - { - return mConstraints; - } - } - - public DefaultExtendedCharacterFeatureFeature GetFeatureDefaultExtendedCharacterFeature() - { - return Template.DefaultExtendedCharacterFeature; - } - - public DefaultBasicCharacterFeatureFeature GetFeatureDefaultBasicCharacterFeature() - { - return Template.DefaultBasicCharacterFeature; - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - DefaultMainCharacterTemplate newClone = ((DefaultMainCharacterTemplate)(aClone)); - if ((Template != null)) - { - newClone.Template = ((Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplate)(Template.CloneObject(newClone, aFirstClassParent))); - } - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if (aProperty.Contains(".")) - { - Template.setProp(aProperty, aValue); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if (aProperty.Contains(".")) - { - return Template.getProp(aProperty); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/DefaultMainCharacterTemplate.cs.meta b/Assets/ArticyImporter/Content/Generated/DefaultMainCharacterTemplate.cs.meta deleted file mode 100644 index 93e3c173dc0e8cbdf2161fc42fdb9ae77fdaf5c0..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/DefaultMainCharacterTemplate.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: a04429b61253f2b46b607c1358c74fad -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/DefaultSupportingCharacterTemplate.cs b/Assets/ArticyImporter/Content/Generated/DefaultSupportingCharacterTemplate.cs deleted file mode 100644 index 1c6d6ded6cbe2d719697fc4407a8aa7b87f1a6f9..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/DefaultSupportingCharacterTemplate.cs +++ /dev/null @@ -1,93 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial.Features; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class DefaultSupportingCharacterTemplate : Entity, IEntity, IPropertyProvider, IObjectWithFeatureDefaultBasicCharacterFeature - { - - [SerializeField()] - private ArticyValueDefaultSupportingCharacterTemplateTemplate mTemplate = new ArticyValueDefaultSupportingCharacterTemplateTemplate(); - - private static Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplateConstraint mConstraints = new Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplateConstraint(); - - public Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplate Template - { - get - { - return mTemplate.GetValue(); - } - set - { - mTemplate.SetValue(value); - } - } - - public static Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplateConstraint Constraints - { - get - { - return mConstraints; - } - } - - public DefaultBasicCharacterFeatureFeature GetFeatureDefaultBasicCharacterFeature() - { - return Template.DefaultBasicCharacterFeature; - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - DefaultSupportingCharacterTemplate newClone = ((DefaultSupportingCharacterTemplate)(aClone)); - if ((Template != null)) - { - newClone.Template = ((Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplate)(Template.CloneObject(newClone, aFirstClassParent))); - } - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if (aProperty.Contains(".")) - { - Template.setProp(aProperty, aValue); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if (aProperty.Contains(".")) - { - return Template.getProp(aProperty); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/DefaultSupportingCharacterTemplate.cs.meta b/Assets/ArticyImporter/Content/Generated/DefaultSupportingCharacterTemplate.cs.meta deleted file mode 100644 index 55ef4aa32fe7e74f26d0238648254e56bedca1ac..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/DefaultSupportingCharacterTemplate.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 878a469b3be841b4c85836ea4be5ecdf -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Dialogue.cs b/Assets/ArticyImporter/Content/Generated/Dialogue.cs index ba922d5c6b52551f03ee944074c3c7640eb6bb33..4582b4b4d94f1b6b80aaacf797eb717664e8e630 100644 --- a/Assets/ArticyImporter/Content/Generated/Dialogue.cs +++ b/Assets/ArticyImporter/Content/Generated/Dialogue.cs @@ -17,7 +17,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/DialogueFragment.cs b/Assets/ArticyImporter/Content/Generated/DialogueFragment.cs index 52b0142ea44a11d6efc343d0792d55718b1b5104..219d219e7b3ab55fc83da74b4cdbaf60d02ce4b8 100644 --- a/Assets/ArticyImporter/Content/Generated/DialogueFragment.cs +++ b/Assets/ArticyImporter/Content/Generated/DialogueFragment.cs @@ -17,7 +17,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { @@ -33,6 +33,9 @@ public class DialogueFragment : ArticyObject, IDialogueFragment, IPropertyProvid [SerializeField()] private ArticyValueArticyObject mSpeaker = new ArticyValueArticyObject(); + [SerializeField()] + private Single mSplitHeight; + [SerializeField()] private Color mColor; @@ -118,6 +121,20 @@ public ArticyObject Speaker } } + public Single SplitHeight + { + get + { + return mSplitHeight; + } + set + { + var oldValue = mSplitHeight; + mSplitHeight = value; + Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "SplitHeight", oldValue, mSplitHeight); + } + } + public Color Color { get @@ -271,6 +288,7 @@ protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject { newClone.mSpeaker = ((ArticyValueArticyObject)(mSpeaker.CloneObject(newClone, aFirstClassParent))); } + newClone.SplitHeight = SplitHeight; newClone.Color = Color; newClone.Text = Unresolved_Text; newClone.ExternalId = ExternalId; @@ -317,6 +335,11 @@ public override void setProp(string aProperty, object aValue) Speaker = Articy.Unity.Interfaces.BaseScriptFragments.ObjectToModelRep(aValue); return; } + if ((aProperty == "SplitHeight")) + { + SplitHeight = System.Convert.ToSingle(aValue); + return; + } if ((aProperty == "Color")) { Color = ((Color)(aValue)); @@ -379,6 +402,10 @@ public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty { return new Articy.Unity.Interfaces.ScriptDataProxy(Speaker); } + if ((aProperty == "SplitHeight")) + { + return new Articy.Unity.Interfaces.ScriptDataProxy(SplitHeight); + } if ((aProperty == "Color")) { return new Articy.Unity.Interfaces.ScriptDataProxy(Color); diff --git a/Assets/ArticyImporter/Content/Generated/Document.cs b/Assets/ArticyImporter/Content/Generated/Document.cs deleted file mode 100644 index 501aee63828049c71c2e78bc7c1d5e03f7d54546..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Document.cs +++ /dev/null @@ -1,281 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class Document : ArticyObject, IDocument, IPropertyProvider, IObjectWithColor, IObjectWithDisplayName, IObjectWithUnresolvedDisplayName, IObjectWithText, IObjectWithUnresolvedText, IObjectWithExternalId, IObjectWithShortId, IObjectWithPosition, IObjectWithZIndex, IObjectWithSize - { - - [SerializeField()] - private String mDisplayName; - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Vector2 mPosition; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private UInt32 mShortId; - - public String Unresolved_DisplayName - { - get - { - return mDisplayName; - } - } - - public String DisplayName - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mDisplayName); - } - set - { - var oldValue = mDisplayName; - mDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayName", oldValue, mDisplayName); - } - } - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Vector2 Position - { - get - { - return mPosition; - } - set - { - var oldValue = mPosition; - mPosition = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Position", oldValue, mPosition); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Document newClone = ((Document)(aClone)); - newClone.DisplayName = Unresolved_DisplayName; - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.Position = Position; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - newClone.ShortId = ShortId; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "DisplayName")) - { - DisplayName = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Position")) - { - Position = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "DisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayName); - } - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "Position")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Position); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Document.cs.meta b/Assets/ArticyImporter/Content/Generated/Document.cs.meta deleted file mode 100644 index bd283d070fd6f9b9001b17a3ed670e5fe35ad16f..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Document.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 9942fef4765c588438cff98687b1c3d5 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Editor/GlobalVariablesEditor.cs b/Assets/ArticyImporter/Content/Generated/Editor/GlobalVariablesEditor.cs index b8d961682b3f43e641d239a607473a6d0b5b2ddc..80ae0e714f82213a0645a3bfcd35f56735e5729f 100644 --- a/Assets/ArticyImporter/Content/Generated/Editor/GlobalVariablesEditor.cs +++ b/Assets/ArticyImporter/Content/Generated/Editor/GlobalVariablesEditor.cs @@ -9,18 +9,18 @@ //------------------------------------------------------------------------------ using Articy.Unity.Editor.PropertyDrawer; -using Articy.UnityImporterTutorial.GlobalVariables; +using Articy.ViaVr.GlobalVariables; using System; using System.Collections; using UnityEditor; using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { - [CustomEditor(typeof(Articy.UnityImporterTutorial.GlobalVariables.ArticyGlobalVariables))] + [CustomEditor(typeof(Articy.ViaVr.GlobalVariables.ArticyGlobalVariables))] public class GlobalVariablesDrawer : GlobalVariablesEditor { } @@ -31,7 +31,7 @@ public class GlobalVariablesMenuItems [UnityEditor.MenuItem("Tools/articy:draft Importer/Advanced/Create GlobalVariables")] public static void CreateNewGlobalVariables() { -Articy.Unity.Editor.Utils.ArticyEditorUtility.CreateGlobalVariablesClone<Articy.UnityImporterTutorial.GlobalVariables.ArticyGlobalVariables>(); +Articy.Unity.Editor.Utils.ArticyEditorUtility.CreateGlobalVariablesClone<Articy.ViaVr.GlobalVariables.ArticyGlobalVariables>(); } } } diff --git a/Assets/ArticyImporter/Content/Generated/Entity.cs b/Assets/ArticyImporter/Content/Generated/Entity.cs index 8c86b6c1bdb8c59fb93e609509d08f05e2834eb7..00a1fb9eeaa169b60de5dc301a7500384e904faa 100644 --- a/Assets/ArticyImporter/Content/Generated/Entity.cs +++ b/Assets/ArticyImporter/Content/Generated/Entity.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/EnumExtensions.cs b/Assets/ArticyImporter/Content/Generated/EnumExtensions.cs index d4574fa59c37c3f889039d0b702429cba40dfb06..29c9fc40c74fa8568f88f9b3822a30538700e68b 100644 --- a/Assets/ArticyImporter/Content/Generated/EnumExtensions.cs +++ b/Assets/ArticyImporter/Content/Generated/EnumExtensions.cs @@ -1,12 +1,7 @@ -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { public static class EnumExtensionMethods { - public static string GetDisplayName(this Sex aSex) - { - return Articy.Unity.ArticyTypeSystem.GetArticyType("Sex").GetEnumValue(((int)(aSex))).DisplayName; - } - public static string GetDisplayName(this ShapeType aShapeType) { return Articy.Unity.ArticyTypeSystem.GetArticyType("ShapeType").GetEnumValue(((int)(aShapeType))).DisplayName; diff --git a/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeature.cs b/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeature.cs deleted file mode 100644 index 9192da7b03db72a9fd1ee3ae32b607e917005de3..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeature.cs +++ /dev/null @@ -1,351 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial.Features -{ - - - [Serializable()] - public class DefaultBasicCharacterFeatureFeature : IArticyBaseObject, IPropertyProvider - { - - [SerializeField()] - private Single mAge; - - [SerializeField()] - private String mSpecies; - - [SerializeField()] - private String mBornIn; - - [SerializeField()] - private Sex mSex = new Sex(); - - [SerializeField()] - private String mOccupation; - - [SerializeField()] - private String mAccent; - - [SerializeField()] - private String mPersonality; - - [SerializeField()] - private String mAppearance; - - [SerializeField()] - private UInt64 mOwnerId; - - [SerializeField()] - private UInt32 mOwnerInstanceId; - - public Single Age - { - get - { - return mAge; - } - set - { - var oldValue = mAge; - mAge = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultBasicCharacterFeature.Age", oldValue, mAge); - } - } - - public String Unresolved_Species - { - get - { - return mSpecies; - } - } - - public String Species - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mSpecies); - } - set - { - var oldValue = mSpecies; - mSpecies = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultBasicCharacterFeature.Species", oldValue, mSpecies); - } - } - - public String Unresolved_BornIn - { - get - { - return mBornIn; - } - } - - public String BornIn - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mBornIn); - } - set - { - var oldValue = mBornIn; - mBornIn = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultBasicCharacterFeature.BornIn", oldValue, mBornIn); - } - } - - public Sex Sex - { - get - { - return mSex; - } - set - { - var oldValue = mSex; - mSex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultBasicCharacterFeature.Sex", oldValue, mSex); - } - } - - public String Unresolved_Occupation - { - get - { - return mOccupation; - } - } - - public String Occupation - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mOccupation); - } - set - { - var oldValue = mOccupation; - mOccupation = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultBasicCharacterFeature.Occupation", oldValue, mOccupation); - } - } - - public String Unresolved_Accent - { - get - { - return mAccent; - } - } - - public String Accent - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mAccent); - } - set - { - var oldValue = mAccent; - mAccent = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultBasicCharacterFeature.Accent", oldValue, mAccent); - } - } - - public String Unresolved_Personality - { - get - { - return mPersonality; - } - } - - public String Personality - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mPersonality); - } - set - { - var oldValue = mPersonality; - mPersonality = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultBasicCharacterFeature.Personality", oldValue, mPersonality); - } - } - - public String Unresolved_Appearance - { - get - { - return mAppearance; - } - } - - public String Appearance - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mAppearance); - } - set - { - var oldValue = mAppearance; - mAppearance = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultBasicCharacterFeature.Appearance", oldValue, mAppearance); - } - } - - public UInt64 OwnerId - { - get - { - return mOwnerId; - } - set - { - mOwnerId = value; - } - } - - public UInt32 OwnerInstanceId - { - get - { - return mOwnerInstanceId; - } - set - { - mOwnerInstanceId = value; - } - } - - private void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Articy.UnityImporterTutorial.Features.DefaultBasicCharacterFeatureFeature newClone = ((Articy.UnityImporterTutorial.Features.DefaultBasicCharacterFeatureFeature)(aClone)); - newClone.Age = Age; - newClone.Species = Unresolved_Species; - newClone.BornIn = Unresolved_BornIn; - newClone.Sex = Sex; - newClone.Occupation = Unresolved_Occupation; - newClone.Accent = Unresolved_Accent; - newClone.Personality = Unresolved_Personality; - newClone.Appearance = Unresolved_Appearance; - newClone.OwnerId = OwnerId; - } - - public object CloneObject(object aParent, Articy.Unity.ArticyObject aFirstClassParent) - { - Articy.UnityImporterTutorial.Features.DefaultBasicCharacterFeatureFeature clone = new Articy.UnityImporterTutorial.Features.DefaultBasicCharacterFeatureFeature(); - CloneProperties(clone, aFirstClassParent); - return clone; - } - - public virtual bool IsLocalizedPropertyOverwritten(string aProperty) - { - return false; - } - - #region property provider interface - public void setProp(string aProperty, object aValue) - { - if ((aProperty == "Age")) - { - Age = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Species")) - { - Species = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "BornIn")) - { - BornIn = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Sex")) - { - Sex = ((Sex)(aValue)); - return; - } - if ((aProperty == "Occupation")) - { - Occupation = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Accent")) - { - Accent = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Personality")) - { - Personality = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Appearance")) - { - Appearance = System.Convert.ToString(aValue); - return; - } - } - - public Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "Age")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Age); - } - if ((aProperty == "Species")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Species); - } - if ((aProperty == "BornIn")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(BornIn); - } - if ((aProperty == "Sex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Sex); - } - if ((aProperty == "Occupation")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Occupation); - } - if ((aProperty == "Accent")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Accent); - } - if ((aProperty == "Personality")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Personality); - } - if ((aProperty == "Appearance")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Appearance); - } - return null; - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeature.cs.meta b/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeature.cs.meta deleted file mode 100644 index 11d76c21f32187c09c561bce2fea0ba7c08c417e..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeature.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: b7d6b4e983997104c9aeb52f1909ae3b -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeatureConstraint.cs b/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeatureConstraint.cs deleted file mode 100644 index 30e78b1d8464fa2ae8216f1331a592c6b06f5a9e..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeatureConstraint.cs +++ /dev/null @@ -1,135 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Constraints; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial.Features -{ - - - public class DefaultBasicCharacterFeatureFeatureConstraint - { - - private Boolean mLoadedConstraints; - - private NumberConstraint mAge; - - private TextConstraint mSpecies; - - private TextConstraint mBornIn; - - private EnumConstraint mSex; - - private TextConstraint mOccupation; - - private TextConstraint mAccent; - - private TextConstraint mPersonality; - - private TextConstraint mAppearance; - - public NumberConstraint Age - { - get - { - EnsureConstraints(); - return mAge; - } - } - - public TextConstraint Species - { - get - { - EnsureConstraints(); - return mSpecies; - } - } - - public TextConstraint BornIn - { - get - { - EnsureConstraints(); - return mBornIn; - } - } - - public EnumConstraint Sex - { - get - { - EnsureConstraints(); - return mSex; - } - } - - public TextConstraint Occupation - { - get - { - EnsureConstraints(); - return mOccupation; - } - } - - public TextConstraint Accent - { - get - { - EnsureConstraints(); - return mAccent; - } - } - - public TextConstraint Personality - { - get - { - EnsureConstraints(); - return mPersonality; - } - } - - public TextConstraint Appearance - { - get - { - EnsureConstraints(); - return mAppearance; - } - } - - public virtual void EnsureConstraints() - { - if ((mLoadedConstraints == true)) - { - return; - } - mLoadedConstraints = true; - mAge = new Articy.Unity.Constraints.NumberConstraint(-3.40282346638529E+38D, 3.40282346638529E+38D, 0, 0, 0, null); - mSpecies = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, false); - mBornIn = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, false); - mSex = new Articy.Unity.Constraints.EnumConstraint(true, "BySortIndex"); - mOccupation = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, false); - mAccent = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, false); - mPersonality = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, true); - mAppearance = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, true); - } - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeatureConstraint.cs.meta b/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeatureConstraint.cs.meta deleted file mode 100644 index 926e6ac177f5e2992437851630b9e160ab415641..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/DefaultBasicCharacterFeatureFeatureConstraint.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: d9e3956ca2e0c7b41b0bd14d0d3c9928 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeature.cs b/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeature.cs deleted file mode 100644 index cafd0bee7ce3b1fda793b6192cb5648186da3dbf..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeature.cs +++ /dev/null @@ -1,297 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial.Features -{ - - - [Serializable()] - public class DefaultExtendedCharacterFeatureFeature : IArticyBaseObject, IPropertyProvider - { - - [SerializeField()] - private String mMotivation; - - [SerializeField()] - private String mInnerConflict; - - [SerializeField()] - private String mSkills; - - [SerializeField()] - private String mFears; - - [SerializeField()] - private String mHabits; - - [SerializeField()] - private String mFurtherDetails; - - [SerializeField()] - private UInt64 mOwnerId; - - [SerializeField()] - private UInt32 mOwnerInstanceId; - - public String Unresolved_Motivation - { - get - { - return mMotivation; - } - } - - public String Motivation - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mMotivation); - } - set - { - var oldValue = mMotivation; - mMotivation = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultExtendedCharacterFeature.Motivation", oldValue, mMotivation); - } - } - - public String Unresolved_InnerConflict - { - get - { - return mInnerConflict; - } - } - - public String InnerConflict - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mInnerConflict); - } - set - { - var oldValue = mInnerConflict; - mInnerConflict = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultExtendedCharacterFeature.InnerConflict", oldValue, mInnerConflict); - } - } - - public String Unresolved_Skills - { - get - { - return mSkills; - } - } - - public String Skills - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mSkills); - } - set - { - var oldValue = mSkills; - mSkills = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultExtendedCharacterFeature.Skills", oldValue, mSkills); - } - } - - public String Unresolved_Fears - { - get - { - return mFears; - } - } - - public String Fears - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mFears); - } - set - { - var oldValue = mFears; - mFears = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultExtendedCharacterFeature.Fears", oldValue, mFears); - } - } - - public String Unresolved_Habits - { - get - { - return mHabits; - } - } - - public String Habits - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mHabits); - } - set - { - var oldValue = mHabits; - mHabits = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultExtendedCharacterFeature.Habits", oldValue, mHabits); - } - } - - public String Unresolved_FurtherDetails - { - get - { - return mFurtherDetails; - } - } - - public String FurtherDetails - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mFurtherDetails); - } - set - { - var oldValue = mFurtherDetails; - mFurtherDetails = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(OwnerId, OwnerInstanceId, "DefaultExtendedCharacterFeature.FurtherDetails", oldValue, mFurtherDetails); - } - } - - public UInt64 OwnerId - { - get - { - return mOwnerId; - } - set - { - mOwnerId = value; - } - } - - public UInt32 OwnerInstanceId - { - get - { - return mOwnerInstanceId; - } - set - { - mOwnerInstanceId = value; - } - } - - private void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Articy.UnityImporterTutorial.Features.DefaultExtendedCharacterFeatureFeature newClone = ((Articy.UnityImporterTutorial.Features.DefaultExtendedCharacterFeatureFeature)(aClone)); - newClone.Motivation = Unresolved_Motivation; - newClone.InnerConflict = Unresolved_InnerConflict; - newClone.Skills = Unresolved_Skills; - newClone.Fears = Unresolved_Fears; - newClone.Habits = Unresolved_Habits; - newClone.FurtherDetails = Unresolved_FurtherDetails; - newClone.OwnerId = OwnerId; - } - - public object CloneObject(object aParent, Articy.Unity.ArticyObject aFirstClassParent) - { - Articy.UnityImporterTutorial.Features.DefaultExtendedCharacterFeatureFeature clone = new Articy.UnityImporterTutorial.Features.DefaultExtendedCharacterFeatureFeature(); - CloneProperties(clone, aFirstClassParent); - return clone; - } - - public virtual bool IsLocalizedPropertyOverwritten(string aProperty) - { - return false; - } - - #region property provider interface - public void setProp(string aProperty, object aValue) - { - if ((aProperty == "Motivation")) - { - Motivation = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "InnerConflict")) - { - InnerConflict = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Skills")) - { - Skills = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Fears")) - { - Fears = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Habits")) - { - Habits = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "FurtherDetails")) - { - FurtherDetails = System.Convert.ToString(aValue); - return; - } - } - - public Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "Motivation")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Motivation); - } - if ((aProperty == "InnerConflict")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(InnerConflict); - } - if ((aProperty == "Skills")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Skills); - } - if ((aProperty == "Fears")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Fears); - } - if ((aProperty == "Habits")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Habits); - } - if ((aProperty == "FurtherDetails")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(FurtherDetails); - } - return null; - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeature.cs.meta b/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeature.cs.meta deleted file mode 100644 index 65e3f7396faca287afe35b683749693096587cac..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeature.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: c37a7aff6039c1c41bb11d7f3fd0bd5f -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeatureConstraint.cs b/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeatureConstraint.cs deleted file mode 100644 index 48b5b7a47f486626b54b130caf2906162d60a175..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeatureConstraint.cs +++ /dev/null @@ -1,111 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Constraints; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial.Features -{ - - - public class DefaultExtendedCharacterFeatureFeatureConstraint - { - - private Boolean mLoadedConstraints; - - private TextConstraint mMotivation; - - private TextConstraint mInnerConflict; - - private TextConstraint mSkills; - - private TextConstraint mFears; - - private TextConstraint mHabits; - - private TextConstraint mFurtherDetails; - - public TextConstraint Motivation - { - get - { - EnsureConstraints(); - return mMotivation; - } - } - - public TextConstraint InnerConflict - { - get - { - EnsureConstraints(); - return mInnerConflict; - } - } - - public TextConstraint Skills - { - get - { - EnsureConstraints(); - return mSkills; - } - } - - public TextConstraint Fears - { - get - { - EnsureConstraints(); - return mFears; - } - } - - public TextConstraint Habits - { - get - { - EnsureConstraints(); - return mHabits; - } - } - - public TextConstraint FurtherDetails - { - get - { - EnsureConstraints(); - return mFurtherDetails; - } - } - - public virtual void EnsureConstraints() - { - if ((mLoadedConstraints == true)) - { - return; - } - mLoadedConstraints = true; - mMotivation = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, true); - mInnerConflict = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, true); - mSkills = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, true); - mFears = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, true); - mHabits = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, true); - mFurtherDetails = new Articy.Unity.Constraints.TextConstraint(2048, "", null, true, true); - } - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeatureConstraint.cs.meta b/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeatureConstraint.cs.meta deleted file mode 100644 index 7a5e45da19d8970ed609faed33048107d39c8720..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/DefaultExtendedCharacterFeatureFeatureConstraint.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: e48d1c6792b338b48a00620d6422492a -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultBasicCharacterFeature.cs b/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultBasicCharacterFeature.cs deleted file mode 100644 index acc7b09741c994a3ba52c0b55d7f34962756220c..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultBasicCharacterFeature.cs +++ /dev/null @@ -1,27 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.UnityImporterTutorial.Features; -using System; -using System.Collections; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public interface IObjectWithFeatureDefaultBasicCharacterFeature - { - - DefaultBasicCharacterFeatureFeature GetFeatureDefaultBasicCharacterFeature(); - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultBasicCharacterFeature.cs.meta b/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultBasicCharacterFeature.cs.meta deleted file mode 100644 index 4d1857a0505cc5fd840257188c1746e9967a1515..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultBasicCharacterFeature.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: be13c0f4c0d7c8145a8397222d73bfda -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultExtendedCharacterFeature.cs b/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultExtendedCharacterFeature.cs deleted file mode 100644 index 2b1494670591638c123f3836d724ad6ceebd0087..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultExtendedCharacterFeature.cs +++ /dev/null @@ -1,27 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.UnityImporterTutorial.Features; -using System; -using System.Collections; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public interface IObjectWithFeatureDefaultExtendedCharacterFeature - { - - DefaultExtendedCharacterFeatureFeature GetFeatureDefaultExtendedCharacterFeature(); - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultExtendedCharacterFeature.cs.meta b/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultExtendedCharacterFeature.cs.meta deleted file mode 100644 index 712331890ff140c5323b6badca9a45622443d594..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Features/IObjectWithFeatureDefaultExtendedCharacterFeature.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 0a85592c94b5cab419a5bc8b5b4b011e -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/FlowFragment.cs b/Assets/ArticyImporter/Content/Generated/FlowFragment.cs index 54dc24b1102c5dfd684279dbeb99499df9bc8caf..2a8c078cad5752683e67b10bb0c77bafbf7638b9 100644 --- a/Assets/ArticyImporter/Content/Generated/FlowFragment.cs +++ b/Assets/ArticyImporter/Content/Generated/FlowFragment.cs @@ -17,7 +17,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/GlobalVariablesNamespaces.cs b/Assets/ArticyImporter/Content/Generated/GlobalVariablesNamespaces.cs index 2cd8c2a292db9b14f5eded3861969cd3ce100a06..bef34b32c8b26833887ba5d54ab3237223c63d77 100644 --- a/Assets/ArticyImporter/Content/Generated/GlobalVariablesNamespaces.cs +++ b/Assets/ArticyImporter/Content/Generated/GlobalVariablesNamespaces.cs @@ -15,19 +15,19 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial.GlobalVariables +namespace Articy.ViaVr.GlobalVariables { [Serializable()] - public class GameState : IArticyNamespace + public class Variables : IArticyNamespace { [SerializeField()] private BaseGlobalVariables _VariableStorage; - // Player received a tip about what to ask the Oracle - public bool gotTip + // + public bool AskedQuestion { get { @@ -39,38 +39,46 @@ public bool gotTip } } - // Player talked to Kirian before - public bool dialogue1Visited + // + public int DialogueCount { get { - return _VariableStorage.Internal_GetVariableValueBoolean(1); + return _VariableStorage.Internal_GetVariableValueInt32(0); } set { - _VariableStorage.Internal_SetVariableValueBoolean(1, value); + _VariableStorage.Internal_SetVariableValueInt32(0, value); } } - // Player talked to the Oracle before - public bool dialogue2Visited + public string Question { get { - return _VariableStorage.Internal_GetVariableValueBoolean(2); + return _VariableStorage.Internal_GetVariableValueString(0, true); } set { - _VariableStorage.Internal_SetVariableValueBoolean(2, value); + _VariableStorage.Internal_SetVariableValueString(0, value); + } + } + + // + public string Unresolved_Question + { + get + { + return _VariableStorage.Internal_GetVariableValueString(0, false); } } public void RegisterVariables(BaseGlobalVariables aStorage) { _VariableStorage = aStorage; - aStorage.RegisterVariable("GameState.gotTip", false); - aStorage.RegisterVariable("GameState.dialogue1Visited", false); - aStorage.RegisterVariable("GameState.dialogue2Visited", false); + aStorage.RegisterVariable("Variables.AskedQuestion", false); + aStorage.RegisterVariable("Variables.DialogueCount", 0); + aStorage.RegisterVariable("Variables.Question", "\"Hello\""); } } } diff --git a/Assets/ArticyImporter/Content/Generated/Hub.cs b/Assets/ArticyImporter/Content/Generated/Hub.cs index 5f450cc893d5e4544d1e80ff9415d68f976eb7b7..c512849ab85bdf83aaf0273440fc8aeefa0a7ee0 100644 --- a/Assets/ArticyImporter/Content/Generated/Hub.cs +++ b/Assets/ArticyImporter/Content/Generated/Hub.cs @@ -17,7 +17,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/IScriptMethodProvider.cs b/Assets/ArticyImporter/Content/Generated/IScriptMethodProvider.cs index 0fc47750b3cd1c6c7683cb0c44946abfee749152..402d069dbabefd92d008a2ea697fb8cfcbc07c0e 100644 --- a/Assets/ArticyImporter/Content/Generated/IScriptMethodProvider.cs +++ b/Assets/ArticyImporter/Content/Generated/IScriptMethodProvider.cs @@ -15,7 +15,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/IncomingConnection.cs b/Assets/ArticyImporter/Content/Generated/IncomingConnection.cs index f92d5ccb21d4c95a1d0417652b2041ac881f8f40..e30315b78bc82f29360d7d3d465e7cbb0fb7fa33 100644 --- a/Assets/ArticyImporter/Content/Generated/IncomingConnection.cs +++ b/Assets/ArticyImporter/Content/Generated/IncomingConnection.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/InputPin.cs b/Assets/ArticyImporter/Content/Generated/InputPin.cs index 10533edcca5062f74c006cbd1fe805d0d9f115a2..a9b10da626c963e0145ef8f339768e0b176768a6 100644 --- a/Assets/ArticyImporter/Content/Generated/InputPin.cs +++ b/Assets/ArticyImporter/Content/Generated/InputPin.cs @@ -17,12 +17,12 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { [Serializable()] - [Articy.Unity.ArticyCodeGenerationHashAttribute(638188046486383033)] + [Articy.Unity.ArticyCodeGenerationHashAttribute(638188737028907417)] public class InputPin : ArticyPrimitive, IInputPin { diff --git a/Assets/ArticyImporter/Content/Generated/Instruction.cs b/Assets/ArticyImporter/Content/Generated/Instruction.cs index 595db6ca086cb4075884b7434a047a9bd9553751..2756142e7bf00aea384941bb99f772890f3b638a 100644 --- a/Assets/ArticyImporter/Content/Generated/Instruction.cs +++ b/Assets/ArticyImporter/Content/Generated/Instruction.cs @@ -17,7 +17,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/Jump.cs b/Assets/ArticyImporter/Content/Generated/Jump.cs index ba4d973db01585a4adf166901fce663f78cdc203..2ef8f3d2d45b06579e1df75b842a26734de09c20 100644 --- a/Assets/ArticyImporter/Content/Generated/Jump.cs +++ b/Assets/ArticyImporter/Content/Generated/Jump.cs @@ -17,7 +17,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/Link.cs b/Assets/ArticyImporter/Content/Generated/Link.cs deleted file mode 100644 index 6cd13510decdc98441901d1ed406e016fa775f7c..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Link.cs +++ /dev/null @@ -1,438 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class Link : ArticyObject, ILink, IPropertyProvider, IObjectWithColor, IObjectWithText, IObjectWithUnresolvedText, IObjectWithExternalId, IObjectWithShortId, IObjectWithPosition, IObjectWithZIndex, IObjectWithSize, IObjectWithTarget - { - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Vector2 mPosition; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private ArticyValueArticyObject mTarget = new ArticyValueArticyObject(); - - [SerializeField()] - private UInt32 mShortId; - - [SerializeField()] - private VisibilityModes mVisibility = new VisibilityModes(); - - [SerializeField()] - private Boolean mShowDisplayName = new Boolean(); - - [SerializeField()] - private Color mDisplayNameColor; - - [SerializeField()] - private Int32 mDisplayNameSize; - - [SerializeField()] - private SelectabilityModes mSelectability = new SelectabilityModes(); - - [SerializeField()] - private Boolean mDropShadow = new Boolean(); - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Vector2 Position - { - get - { - return mPosition; - } - set - { - var oldValue = mPosition; - mPosition = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Position", oldValue, mPosition); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public ArticyObject Target - { - get - { - return mTarget.GetValue(); - } - set - { - var oldValue = mTarget; - mTarget.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Target", oldValue.GetValue(), mTarget.GetValue()); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - public VisibilityModes Visibility - { - get - { - return mVisibility; - } - set - { - var oldValue = mVisibility; - mVisibility = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Visibility", oldValue, mVisibility); - } - } - - public Boolean ShowDisplayName - { - get - { - return mShowDisplayName; - } - set - { - var oldValue = mShowDisplayName; - mShowDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShowDisplayName", oldValue, mShowDisplayName); - } - } - - public Color DisplayNameColor - { - get - { - return mDisplayNameColor; - } - set - { - var oldValue = mDisplayNameColor; - mDisplayNameColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameColor", oldValue, mDisplayNameColor); - } - } - - public Int32 DisplayNameSize - { - get - { - return mDisplayNameSize; - } - set - { - var oldValue = mDisplayNameSize; - mDisplayNameSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameSize", oldValue, mDisplayNameSize); - } - } - - public SelectabilityModes Selectability - { - get - { - return mSelectability; - } - set - { - var oldValue = mSelectability; - mSelectability = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Selectability", oldValue, mSelectability); - } - } - - public Boolean DropShadow - { - get - { - return mDropShadow; - } - set - { - var oldValue = mDropShadow; - mDropShadow = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DropShadow", oldValue, mDropShadow); - } - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Link newClone = ((Link)(aClone)); - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.Position = Position; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - if ((mTarget != null)) - { - newClone.mTarget = ((ArticyValueArticyObject)(mTarget.CloneObject(newClone, aFirstClassParent))); - } - newClone.ShortId = ShortId; - newClone.Visibility = Visibility; - newClone.ShowDisplayName = ShowDisplayName; - newClone.DisplayNameColor = DisplayNameColor; - newClone.DisplayNameSize = DisplayNameSize; - newClone.Selectability = Selectability; - newClone.DropShadow = DropShadow; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Position")) - { - Position = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "Target")) - { - Target = Articy.Unity.Interfaces.BaseScriptFragments.ObjectToModelRep(aValue); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - if ((aProperty == "Visibility")) - { - Visibility = ((VisibilityModes)(aValue)); - return; - } - if ((aProperty == "ShowDisplayName")) - { - ShowDisplayName = System.Convert.ToBoolean(aValue); - return; - } - if ((aProperty == "DisplayNameColor")) - { - DisplayNameColor = ((Color)(aValue)); - return; - } - if ((aProperty == "DisplayNameSize")) - { - DisplayNameSize = System.Convert.ToInt32(aValue); - return; - } - if ((aProperty == "Selectability")) - { - Selectability = ((SelectabilityModes)(aValue)); - return; - } - if ((aProperty == "DropShadow")) - { - DropShadow = System.Convert.ToBoolean(aValue); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "Position")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Position); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "Target")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Target); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - if ((aProperty == "Visibility")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Visibility); - } - if ((aProperty == "ShowDisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShowDisplayName); - } - if ((aProperty == "DisplayNameColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameColor); - } - if ((aProperty == "DisplayNameSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameSize); - } - if ((aProperty == "Selectability")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Selectability); - } - if ((aProperty == "DropShadow")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DropShadow); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Link.cs.meta b/Assets/ArticyImporter/Content/Generated/Link.cs.meta deleted file mode 100644 index 7743b79184a9f5e06084e09fb92fc26ba1c3aab5..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Link.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: c207d877aa215cc42848cca4f4043aaa -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Location.cs b/Assets/ArticyImporter/Content/Generated/Location.cs deleted file mode 100644 index 02486ccff06ff0114c68e03cb3e7780d20c98fdf..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Location.cs +++ /dev/null @@ -1,335 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class Location : ArticyObject, ILocation, IPropertyProvider, IObjectWithColor, IObjectWithDisplayName, IObjectWithUnresolvedDisplayName, IObjectWithPreviewImage, IObjectWithText, IObjectWithUnresolvedText, IObjectWithAttachments, IObjectWithExternalId, IObjectWithShortId, IObjectWithPosition, IObjectWithZIndex, IObjectWithSize - { - - [SerializeField()] - private ArticyValueArticyModelList mAttachments = new ArticyValueArticyModelList(); - - [SerializeField()] - private String mDisplayName; - - [SerializeField()] - private PreviewImage mPreviewImage = new PreviewImage(); - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Vector2 mPosition; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private UInt32 mShortId; - - public List<ArticyObject> Attachments - { - get - { - return mAttachments.GetValue(); - } - set - { - var oldValue = mAttachments; - mAttachments.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Attachments", oldValue.GetValue(), mAttachments.GetValue()); - } - } - - public String Unresolved_DisplayName - { - get - { - return mDisplayName; - } - } - - public String DisplayName - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mDisplayName); - } - set - { - var oldValue = mDisplayName; - mDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayName", oldValue, mDisplayName); - } - } - - public PreviewImage PreviewImage - { - get - { - return mPreviewImage; - } - set - { - var oldValue = mPreviewImage; - mPreviewImage = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "PreviewImage", oldValue, mPreviewImage); - } - } - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Vector2 Position - { - get - { - return mPosition; - } - set - { - var oldValue = mPosition; - mPosition = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Position", oldValue, mPosition); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Location newClone = ((Location)(aClone)); - mAttachments.CustomClone(newClone.mAttachments); - newClone.DisplayName = Unresolved_DisplayName; - newClone.PreviewImage = PreviewImage; - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.Position = Position; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - newClone.ShortId = ShortId; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "Attachments")) - { - Attachments = ((List<ArticyObject>)(aValue)); - return; - } - if ((aProperty == "DisplayName")) - { - DisplayName = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "PreviewImage")) - { - PreviewImage = ((PreviewImage)(aValue)); - return; - } - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Position")) - { - Position = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "Attachments")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Attachments); - } - if ((aProperty == "DisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayName); - } - if ((aProperty == "PreviewImage")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(PreviewImage); - } - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "Position")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Position); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Location.cs.meta b/Assets/ArticyImporter/Content/Generated/Location.cs.meta deleted file mode 100644 index 3425459829f34ce2cf130da0d1b33ffa8433deee..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Location.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 6a164e8c241c3194d87ecc8f7b805560 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/LocationAnchor.cs b/Assets/ArticyImporter/Content/Generated/LocationAnchor.cs index b2da286e730f82085b10868f51d29105864545b4..09644010ff10b6c1aa1e014d05671966ad888b73 100644 --- a/Assets/ArticyImporter/Content/Generated/LocationAnchor.cs +++ b/Assets/ArticyImporter/Content/Generated/LocationAnchor.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/LocationAnchorSize.cs b/Assets/ArticyImporter/Content/Generated/LocationAnchorSize.cs index 69e3b7ffb219530c962caddca384cec238c806af..28354d7c47de0fd6ef0cd521b6bc39f635634f9b 100644 --- a/Assets/ArticyImporter/Content/Generated/LocationAnchorSize.cs +++ b/Assets/ArticyImporter/Content/Generated/LocationAnchorSize.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/LocationImage.cs b/Assets/ArticyImporter/Content/Generated/LocationImage.cs deleted file mode 100644 index 6c3df6fe107bcb627da850371155f391e2fd9e5e..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/LocationImage.cs +++ /dev/null @@ -1,781 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class LocationImage : ArticyObject, ILocationImage, IPropertyProvider, IObjectWithColor, IObjectWithDisplayName, IObjectWithUnresolvedDisplayName, IObjectWithPreviewImage, IObjectWithText, IObjectWithUnresolvedText, IObjectWithTransformation, IObjectWithVertices, IObjectWithExternalId, IObjectWithShortId, IObjectWithZIndex, IObjectWithSize - { - - [SerializeField()] - private String mDisplayName; - - [SerializeField()] - private PreviewImage mPreviewImage = new PreviewImage(); - - [SerializeField()] - private ArticyValueListLocationAnchor mAnchors = new ArticyValueListLocationAnchor(); - - [SerializeField()] - private ArticyValueListVector2 mVertices = new ArticyValueListVector2(); - - [SerializeField()] - private Transformation mTransform = new Transformation(); - - [SerializeField()] - private ShapeType mShapeType = new ShapeType(); - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private UInt32 mShortId; - - [SerializeField()] - private VisibilityModes mVisibility = new VisibilityModes(); - - [SerializeField()] - private Color mOutlineColor; - - [SerializeField()] - private Single mOutlineSize; - - [SerializeField()] - private OutlineStyle mOutlineStyle = new OutlineStyle(); - - [SerializeField()] - private SelectabilityModes mSelectability = new SelectabilityModes(); - - [SerializeField()] - private Boolean mDropShadow = new Boolean(); - - [SerializeField()] - private Rect mClipRect = new Rect(); - - [SerializeField()] - private Single mImageOpacity; - - [SerializeField()] - private ArticyValueArticyObject mImageAsset = new ArticyValueArticyObject(); - - [SerializeField()] - private Int32 mCachedImageWidth; - - [SerializeField()] - private Int32 mCachedImageHeight; - - [SerializeField()] - private Boolean mShowDisplayName = new Boolean(); - - [SerializeField()] - private Color mDisplayNameColor; - - [SerializeField()] - private Int32 mDisplayNameSize; - - public String Unresolved_DisplayName - { - get - { - return mDisplayName; - } - } - - public String DisplayName - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mDisplayName); - } - set - { - var oldValue = mDisplayName; - mDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayName", oldValue, mDisplayName); - } - } - - public PreviewImage PreviewImage - { - get - { - return mPreviewImage; - } - set - { - var oldValue = mPreviewImage; - mPreviewImage = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "PreviewImage", oldValue, mPreviewImage); - } - } - - public List<LocationAnchor> Anchors - { - get - { - return mAnchors.GetValue(); - } - set - { - var oldValue = mAnchors; - mAnchors.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Anchors", oldValue.GetValue(), mAnchors.GetValue()); - } - } - - public List<Vector2> Vertices - { - get - { - return mVertices.GetValue(); - } - set - { - var oldValue = mVertices; - mVertices.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Vertices", oldValue.GetValue(), mVertices.GetValue()); - } - } - - public Transformation Transform - { - get - { - return mTransform; - } - set - { - var oldValue = mTransform; - mTransform = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Transform", oldValue, mTransform); - } - } - - public ShapeType ShapeType - { - get - { - return mShapeType; - } - set - { - var oldValue = mShapeType; - mShapeType = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShapeType", oldValue, mShapeType); - } - } - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - public VisibilityModes Visibility - { - get - { - return mVisibility; - } - set - { - var oldValue = mVisibility; - mVisibility = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Visibility", oldValue, mVisibility); - } - } - - public Color OutlineColor - { - get - { - return mOutlineColor; - } - set - { - var oldValue = mOutlineColor; - mOutlineColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineColor", oldValue, mOutlineColor); - } - } - - public Single OutlineSize - { - get - { - return mOutlineSize; - } - set - { - var oldValue = mOutlineSize; - mOutlineSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineSize", oldValue, mOutlineSize); - } - } - - public OutlineStyle OutlineStyle - { - get - { - return mOutlineStyle; - } - set - { - var oldValue = mOutlineStyle; - mOutlineStyle = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineStyle", oldValue, mOutlineStyle); - } - } - - public SelectabilityModes Selectability - { - get - { - return mSelectability; - } - set - { - var oldValue = mSelectability; - mSelectability = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Selectability", oldValue, mSelectability); - } - } - - public Boolean DropShadow - { - get - { - return mDropShadow; - } - set - { - var oldValue = mDropShadow; - mDropShadow = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DropShadow", oldValue, mDropShadow); - } - } - - public Rect ClipRect - { - get - { - return mClipRect; - } - set - { - var oldValue = mClipRect; - mClipRect = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ClipRect", oldValue, mClipRect); - } - } - - public Single ImageOpacity - { - get - { - return mImageOpacity; - } - set - { - var oldValue = mImageOpacity; - mImageOpacity = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ImageOpacity", oldValue, mImageOpacity); - } - } - - public ArticyObject ImageAsset - { - get - { - return mImageAsset.GetValue(); - } - set - { - var oldValue = mImageAsset; - mImageAsset.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ImageAsset", oldValue.GetValue(), mImageAsset.GetValue()); - } - } - - public Int32 CachedImageWidth - { - get - { - return mCachedImageWidth; - } - set - { - var oldValue = mCachedImageWidth; - mCachedImageWidth = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "CachedImageWidth", oldValue, mCachedImageWidth); - } - } - - public Int32 CachedImageHeight - { - get - { - return mCachedImageHeight; - } - set - { - var oldValue = mCachedImageHeight; - mCachedImageHeight = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "CachedImageHeight", oldValue, mCachedImageHeight); - } - } - - public Boolean ShowDisplayName - { - get - { - return mShowDisplayName; - } - set - { - var oldValue = mShowDisplayName; - mShowDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShowDisplayName", oldValue, mShowDisplayName); - } - } - - public Color DisplayNameColor - { - get - { - return mDisplayNameColor; - } - set - { - var oldValue = mDisplayNameColor; - mDisplayNameColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameColor", oldValue, mDisplayNameColor); - } - } - - public Int32 DisplayNameSize - { - get - { - return mDisplayNameSize; - } - set - { - var oldValue = mDisplayNameSize; - mDisplayNameSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameSize", oldValue, mDisplayNameSize); - } - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - LocationImage newClone = ((LocationImage)(aClone)); - newClone.DisplayName = Unresolved_DisplayName; - newClone.PreviewImage = PreviewImage; - List<LocationAnchor> temp_Anchors = new List<LocationAnchor>(); - int i = 0; - for (i = 0; (i < Anchors.Count); i = (i + 1)) - { - temp_Anchors.Add(((LocationAnchor)(Anchors[i].CloneObject(newClone, aFirstClassParent)))); - } - newClone.Anchors = temp_Anchors; - List<Vector2> temp_Vertices = new List<Vector2>(); - for (i = 0; (i < Vertices.Count); i = (i + 1)) - { - temp_Vertices.Add(Vertices[i]); - } - newClone.Vertices = temp_Vertices; - newClone.Transform = Transform; - newClone.ShapeType = ShapeType; - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - newClone.ShortId = ShortId; - newClone.Visibility = Visibility; - newClone.OutlineColor = OutlineColor; - newClone.OutlineSize = OutlineSize; - newClone.OutlineStyle = OutlineStyle; - newClone.Selectability = Selectability; - newClone.DropShadow = DropShadow; - newClone.ClipRect = ClipRect; - newClone.ImageOpacity = ImageOpacity; - if ((mImageAsset != null)) - { - newClone.mImageAsset = ((ArticyValueArticyObject)(mImageAsset.CloneObject(newClone, aFirstClassParent))); - } - newClone.CachedImageWidth = CachedImageWidth; - newClone.CachedImageHeight = CachedImageHeight; - newClone.ShowDisplayName = ShowDisplayName; - newClone.DisplayNameColor = DisplayNameColor; - newClone.DisplayNameSize = DisplayNameSize; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "DisplayName")) - { - DisplayName = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "PreviewImage")) - { - PreviewImage = ((PreviewImage)(aValue)); - return; - } - if ((aProperty == "Anchors")) - { - Anchors = ((List<LocationAnchor>)(aValue)); - return; - } - if ((aProperty == "Vertices")) - { - Vertices = ((List<Vector2>)(aValue)); - return; - } - if ((aProperty == "Transform")) - { - Transform = ((Transformation)(aValue)); - return; - } - if ((aProperty == "ShapeType")) - { - ShapeType = ((ShapeType)(aValue)); - return; - } - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - if ((aProperty == "Visibility")) - { - Visibility = ((VisibilityModes)(aValue)); - return; - } - if ((aProperty == "OutlineColor")) - { - OutlineColor = ((Color)(aValue)); - return; - } - if ((aProperty == "OutlineSize")) - { - OutlineSize = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "OutlineStyle")) - { - OutlineStyle = ((OutlineStyle)(aValue)); - return; - } - if ((aProperty == "Selectability")) - { - Selectability = ((SelectabilityModes)(aValue)); - return; - } - if ((aProperty == "DropShadow")) - { - DropShadow = System.Convert.ToBoolean(aValue); - return; - } - if ((aProperty == "ClipRect")) - { - ClipRect = ((Rect)(aValue)); - return; - } - if ((aProperty == "ImageOpacity")) - { - ImageOpacity = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "ImageAsset")) - { - ImageAsset = Articy.Unity.Interfaces.BaseScriptFragments.ObjectToModelRep(aValue); - return; - } - if ((aProperty == "CachedImageWidth")) - { - CachedImageWidth = System.Convert.ToInt32(aValue); - return; - } - if ((aProperty == "CachedImageHeight")) - { - CachedImageHeight = System.Convert.ToInt32(aValue); - return; - } - if ((aProperty == "ShowDisplayName")) - { - ShowDisplayName = System.Convert.ToBoolean(aValue); - return; - } - if ((aProperty == "DisplayNameColor")) - { - DisplayNameColor = ((Color)(aValue)); - return; - } - if ((aProperty == "DisplayNameSize")) - { - DisplayNameSize = System.Convert.ToInt32(aValue); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "DisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayName); - } - if ((aProperty == "PreviewImage")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(PreviewImage); - } - if ((aProperty == "Anchors")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Anchors); - } - if ((aProperty == "Vertices")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Vertices); - } - if ((aProperty == "Transform")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Transform); - } - if ((aProperty == "ShapeType")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShapeType); - } - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - if ((aProperty == "Visibility")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Visibility); - } - if ((aProperty == "OutlineColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineColor); - } - if ((aProperty == "OutlineSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineSize); - } - if ((aProperty == "OutlineStyle")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineStyle); - } - if ((aProperty == "Selectability")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Selectability); - } - if ((aProperty == "DropShadow")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DropShadow); - } - if ((aProperty == "ClipRect")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ClipRect); - } - if ((aProperty == "ImageOpacity")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ImageOpacity); - } - if ((aProperty == "ImageAsset")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ImageAsset); - } - if ((aProperty == "CachedImageWidth")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(CachedImageWidth); - } - if ((aProperty == "CachedImageHeight")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(CachedImageHeight); - } - if ((aProperty == "ShowDisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShowDisplayName); - } - if ((aProperty == "DisplayNameColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameColor); - } - if ((aProperty == "DisplayNameSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameSize); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/LocationImage.cs.meta b/Assets/ArticyImporter/Content/Generated/LocationImage.cs.meta deleted file mode 100644 index 744b343331101ad2185c4cfdbc132dac065b4ec8..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/LocationImage.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 9d14499fb73949044966069aae56ab21 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/LocationText.cs b/Assets/ArticyImporter/Content/Generated/LocationText.cs deleted file mode 100644 index 80a6b2dff2a4598aed654a785efc4b66f5d5f1c7..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/LocationText.cs +++ /dev/null @@ -1,616 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class LocationText : ArticyObject, ILocationText, IPropertyProvider, IObjectWithColor, IObjectWithDisplayName, IObjectWithUnresolvedDisplayName, IObjectWithPreviewImage, IObjectWithText, IObjectWithUnresolvedText, IObjectWithTransformation, IObjectWithVertices, IObjectWithExternalId, IObjectWithShortId, IObjectWithZIndex, IObjectWithSize - { - - [SerializeField()] - private String mDisplayName; - - [SerializeField()] - private PreviewImage mPreviewImage = new PreviewImage(); - - [SerializeField()] - private ArticyValueListLocationAnchor mAnchors = new ArticyValueListLocationAnchor(); - - [SerializeField()] - private ArticyValueListVector2 mVertices = new ArticyValueListVector2(); - - [SerializeField()] - private Transformation mTransform = new Transformation(); - - [SerializeField()] - private ShapeType mShapeType = new ShapeType(); - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private UInt32 mShortId; - - [SerializeField()] - private VisibilityModes mVisibility = new VisibilityModes(); - - [SerializeField()] - private Color mOutlineColor; - - [SerializeField()] - private Single mOutlineSize; - - [SerializeField()] - private OutlineStyle mOutlineStyle = new OutlineStyle(); - - [SerializeField()] - private SelectabilityModes mSelectability = new SelectabilityModes(); - - [SerializeField()] - private Single mForcedWidth; - - [SerializeField()] - private Single mForcedHeight; - - [SerializeField()] - private Boolean mDropShadow = new Boolean(); - - public String Unresolved_DisplayName - { - get - { - return mDisplayName; - } - } - - public String DisplayName - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mDisplayName); - } - set - { - var oldValue = mDisplayName; - mDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayName", oldValue, mDisplayName); - } - } - - public PreviewImage PreviewImage - { - get - { - return mPreviewImage; - } - set - { - var oldValue = mPreviewImage; - mPreviewImage = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "PreviewImage", oldValue, mPreviewImage); - } - } - - public List<LocationAnchor> Anchors - { - get - { - return mAnchors.GetValue(); - } - set - { - var oldValue = mAnchors; - mAnchors.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Anchors", oldValue.GetValue(), mAnchors.GetValue()); - } - } - - public List<Vector2> Vertices - { - get - { - return mVertices.GetValue(); - } - set - { - var oldValue = mVertices; - mVertices.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Vertices", oldValue.GetValue(), mVertices.GetValue()); - } - } - - public Transformation Transform - { - get - { - return mTransform; - } - set - { - var oldValue = mTransform; - mTransform = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Transform", oldValue, mTransform); - } - } - - public ShapeType ShapeType - { - get - { - return mShapeType; - } - set - { - var oldValue = mShapeType; - mShapeType = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShapeType", oldValue, mShapeType); - } - } - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - public VisibilityModes Visibility - { - get - { - return mVisibility; - } - set - { - var oldValue = mVisibility; - mVisibility = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Visibility", oldValue, mVisibility); - } - } - - public Color OutlineColor - { - get - { - return mOutlineColor; - } - set - { - var oldValue = mOutlineColor; - mOutlineColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineColor", oldValue, mOutlineColor); - } - } - - public Single OutlineSize - { - get - { - return mOutlineSize; - } - set - { - var oldValue = mOutlineSize; - mOutlineSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineSize", oldValue, mOutlineSize); - } - } - - public OutlineStyle OutlineStyle - { - get - { - return mOutlineStyle; - } - set - { - var oldValue = mOutlineStyle; - mOutlineStyle = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineStyle", oldValue, mOutlineStyle); - } - } - - public SelectabilityModes Selectability - { - get - { - return mSelectability; - } - set - { - var oldValue = mSelectability; - mSelectability = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Selectability", oldValue, mSelectability); - } - } - - public Single ForcedWidth - { - get - { - return mForcedWidth; - } - set - { - var oldValue = mForcedWidth; - mForcedWidth = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ForcedWidth", oldValue, mForcedWidth); - } - } - - public Single ForcedHeight - { - get - { - return mForcedHeight; - } - set - { - var oldValue = mForcedHeight; - mForcedHeight = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ForcedHeight", oldValue, mForcedHeight); - } - } - - public Boolean DropShadow - { - get - { - return mDropShadow; - } - set - { - var oldValue = mDropShadow; - mDropShadow = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DropShadow", oldValue, mDropShadow); - } - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - LocationText newClone = ((LocationText)(aClone)); - newClone.DisplayName = Unresolved_DisplayName; - newClone.PreviewImage = PreviewImage; - List<LocationAnchor> temp_Anchors = new List<LocationAnchor>(); - int i = 0; - for (i = 0; (i < Anchors.Count); i = (i + 1)) - { - temp_Anchors.Add(((LocationAnchor)(Anchors[i].CloneObject(newClone, aFirstClassParent)))); - } - newClone.Anchors = temp_Anchors; - List<Vector2> temp_Vertices = new List<Vector2>(); - for (i = 0; (i < Vertices.Count); i = (i + 1)) - { - temp_Vertices.Add(Vertices[i]); - } - newClone.Vertices = temp_Vertices; - newClone.Transform = Transform; - newClone.ShapeType = ShapeType; - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - newClone.ShortId = ShortId; - newClone.Visibility = Visibility; - newClone.OutlineColor = OutlineColor; - newClone.OutlineSize = OutlineSize; - newClone.OutlineStyle = OutlineStyle; - newClone.Selectability = Selectability; - newClone.ForcedWidth = ForcedWidth; - newClone.ForcedHeight = ForcedHeight; - newClone.DropShadow = DropShadow; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "DisplayName")) - { - DisplayName = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "PreviewImage")) - { - PreviewImage = ((PreviewImage)(aValue)); - return; - } - if ((aProperty == "Anchors")) - { - Anchors = ((List<LocationAnchor>)(aValue)); - return; - } - if ((aProperty == "Vertices")) - { - Vertices = ((List<Vector2>)(aValue)); - return; - } - if ((aProperty == "Transform")) - { - Transform = ((Transformation)(aValue)); - return; - } - if ((aProperty == "ShapeType")) - { - ShapeType = ((ShapeType)(aValue)); - return; - } - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - if ((aProperty == "Visibility")) - { - Visibility = ((VisibilityModes)(aValue)); - return; - } - if ((aProperty == "OutlineColor")) - { - OutlineColor = ((Color)(aValue)); - return; - } - if ((aProperty == "OutlineSize")) - { - OutlineSize = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "OutlineStyle")) - { - OutlineStyle = ((OutlineStyle)(aValue)); - return; - } - if ((aProperty == "Selectability")) - { - Selectability = ((SelectabilityModes)(aValue)); - return; - } - if ((aProperty == "ForcedWidth")) - { - ForcedWidth = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "ForcedHeight")) - { - ForcedHeight = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "DropShadow")) - { - DropShadow = System.Convert.ToBoolean(aValue); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "DisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayName); - } - if ((aProperty == "PreviewImage")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(PreviewImage); - } - if ((aProperty == "Anchors")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Anchors); - } - if ((aProperty == "Vertices")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Vertices); - } - if ((aProperty == "Transform")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Transform); - } - if ((aProperty == "ShapeType")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShapeType); - } - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - if ((aProperty == "Visibility")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Visibility); - } - if ((aProperty == "OutlineColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineColor); - } - if ((aProperty == "OutlineSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineSize); - } - if ((aProperty == "OutlineStyle")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineStyle); - } - if ((aProperty == "Selectability")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Selectability); - } - if ((aProperty == "ForcedWidth")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ForcedWidth); - } - if ((aProperty == "ForcedHeight")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ForcedHeight); - } - if ((aProperty == "DropShadow")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DropShadow); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/LocationText.cs.meta b/Assets/ArticyImporter/Content/Generated/LocationText.cs.meta deleted file mode 100644 index 7cb4fd2fefcf6b5c90294b3a10dfde62f37c8707..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/LocationText.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 5e2cc8fed1422984899fb37731b06943 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/OutgoingConnection.cs b/Assets/ArticyImporter/Content/Generated/OutgoingConnection.cs index 02601c71d325cabe7ac4bf84e3a34f6ad5562235..5070e240868483a1b3150df917f6436f86240e1e 100644 --- a/Assets/ArticyImporter/Content/Generated/OutgoingConnection.cs +++ b/Assets/ArticyImporter/Content/Generated/OutgoingConnection.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/OutlineStyle.cs b/Assets/ArticyImporter/Content/Generated/OutlineStyle.cs index df677922ca9ccc3f7d8ad6113e7627e880a46c7a..1f070f1854bef03afdeb83c3f520b5b57de0482b 100644 --- a/Assets/ArticyImporter/Content/Generated/OutlineStyle.cs +++ b/Assets/ArticyImporter/Content/Generated/OutlineStyle.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/OutputPin.cs b/Assets/ArticyImporter/Content/Generated/OutputPin.cs index 8bd3a023c0788710a4c67001f2e54297c1566dc3..75b7d97ee6ddeade2e8a325c22f4f09bb677b607 100644 --- a/Assets/ArticyImporter/Content/Generated/OutputPin.cs +++ b/Assets/ArticyImporter/Content/Generated/OutputPin.cs @@ -17,7 +17,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/Path.cs b/Assets/ArticyImporter/Content/Generated/Path.cs deleted file mode 100644 index fb1f47955e60a71bff2886de05896f74f471aa93..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Path.cs +++ /dev/null @@ -1,665 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class Path : ArticyObject, IPath, IPropertyProvider, IObjectWithColor, IObjectWithDisplayName, IObjectWithUnresolvedDisplayName, IObjectWithPreviewImage, IObjectWithText, IObjectWithUnresolvedText, IObjectWithTransformation, IObjectWithVertices, IObjectWithExternalId, IObjectWithShortId, IObjectWithZIndex, IObjectWithSize - { - - [SerializeField()] - private String mDisplayName; - - [SerializeField()] - private PreviewImage mPreviewImage = new PreviewImage(); - - [SerializeField()] - private ArticyValueListVector2 mVertices = new ArticyValueListVector2(); - - [SerializeField()] - private Transformation mTransform = new Transformation(); - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private UInt32 mShortId; - - [SerializeField()] - private VisibilityModes mVisibility = new VisibilityModes(); - - [SerializeField()] - private SelectabilityModes mSelectability = new SelectabilityModes(); - - [SerializeField()] - private Boolean mShowDisplayName = new Boolean(); - - [SerializeField()] - private Color mDisplayNameColor; - - [SerializeField()] - private Int32 mDisplayNameSize; - - [SerializeField()] - private Boolean mDropShadow = new Boolean(); - - [SerializeField()] - private Color mOutlineColor; - - [SerializeField()] - private Single mOutlineSize; - - [SerializeField()] - private OutlineStyle mOutlineStyle = new OutlineStyle(); - - [SerializeField()] - private PathCaps mStartCap = new PathCaps(); - - [SerializeField()] - private PathCaps mEndCap = new PathCaps(); - - [SerializeField()] - private Single mLineWidth; - - public String Unresolved_DisplayName - { - get - { - return mDisplayName; - } - } - - public String DisplayName - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mDisplayName); - } - set - { - var oldValue = mDisplayName; - mDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayName", oldValue, mDisplayName); - } - } - - public PreviewImage PreviewImage - { - get - { - return mPreviewImage; - } - set - { - var oldValue = mPreviewImage; - mPreviewImage = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "PreviewImage", oldValue, mPreviewImage); - } - } - - public List<Vector2> Vertices - { - get - { - return mVertices.GetValue(); - } - set - { - var oldValue = mVertices; - mVertices.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Vertices", oldValue.GetValue(), mVertices.GetValue()); - } - } - - public Transformation Transform - { - get - { - return mTransform; - } - set - { - var oldValue = mTransform; - mTransform = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Transform", oldValue, mTransform); - } - } - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - public VisibilityModes Visibility - { - get - { - return mVisibility; - } - set - { - var oldValue = mVisibility; - mVisibility = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Visibility", oldValue, mVisibility); - } - } - - public SelectabilityModes Selectability - { - get - { - return mSelectability; - } - set - { - var oldValue = mSelectability; - mSelectability = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Selectability", oldValue, mSelectability); - } - } - - public Boolean ShowDisplayName - { - get - { - return mShowDisplayName; - } - set - { - var oldValue = mShowDisplayName; - mShowDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShowDisplayName", oldValue, mShowDisplayName); - } - } - - public Color DisplayNameColor - { - get - { - return mDisplayNameColor; - } - set - { - var oldValue = mDisplayNameColor; - mDisplayNameColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameColor", oldValue, mDisplayNameColor); - } - } - - public Int32 DisplayNameSize - { - get - { - return mDisplayNameSize; - } - set - { - var oldValue = mDisplayNameSize; - mDisplayNameSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameSize", oldValue, mDisplayNameSize); - } - } - - public Boolean DropShadow - { - get - { - return mDropShadow; - } - set - { - var oldValue = mDropShadow; - mDropShadow = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DropShadow", oldValue, mDropShadow); - } - } - - public Color OutlineColor - { - get - { - return mOutlineColor; - } - set - { - var oldValue = mOutlineColor; - mOutlineColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineColor", oldValue, mOutlineColor); - } - } - - public Single OutlineSize - { - get - { - return mOutlineSize; - } - set - { - var oldValue = mOutlineSize; - mOutlineSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineSize", oldValue, mOutlineSize); - } - } - - public OutlineStyle OutlineStyle - { - get - { - return mOutlineStyle; - } - set - { - var oldValue = mOutlineStyle; - mOutlineStyle = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineStyle", oldValue, mOutlineStyle); - } - } - - public PathCaps StartCap - { - get - { - return mStartCap; - } - set - { - var oldValue = mStartCap; - mStartCap = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "StartCap", oldValue, mStartCap); - } - } - - public PathCaps EndCap - { - get - { - return mEndCap; - } - set - { - var oldValue = mEndCap; - mEndCap = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "EndCap", oldValue, mEndCap); - } - } - - public Single LineWidth - { - get - { - return mLineWidth; - } - set - { - var oldValue = mLineWidth; - mLineWidth = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "LineWidth", oldValue, mLineWidth); - } - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Path newClone = ((Path)(aClone)); - newClone.DisplayName = Unresolved_DisplayName; - newClone.PreviewImage = PreviewImage; - List<Vector2> temp_Vertices = new List<Vector2>(); - int i = 0; - for (i = 0; (i < Vertices.Count); i = (i + 1)) - { - temp_Vertices.Add(Vertices[i]); - } - newClone.Vertices = temp_Vertices; - newClone.Transform = Transform; - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - newClone.ShortId = ShortId; - newClone.Visibility = Visibility; - newClone.Selectability = Selectability; - newClone.ShowDisplayName = ShowDisplayName; - newClone.DisplayNameColor = DisplayNameColor; - newClone.DisplayNameSize = DisplayNameSize; - newClone.DropShadow = DropShadow; - newClone.OutlineColor = OutlineColor; - newClone.OutlineSize = OutlineSize; - newClone.OutlineStyle = OutlineStyle; - newClone.StartCap = StartCap; - newClone.EndCap = EndCap; - newClone.LineWidth = LineWidth; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "DisplayName")) - { - DisplayName = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "PreviewImage")) - { - PreviewImage = ((PreviewImage)(aValue)); - return; - } - if ((aProperty == "Vertices")) - { - Vertices = ((List<Vector2>)(aValue)); - return; - } - if ((aProperty == "Transform")) - { - Transform = ((Transformation)(aValue)); - return; - } - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - if ((aProperty == "Visibility")) - { - Visibility = ((VisibilityModes)(aValue)); - return; - } - if ((aProperty == "Selectability")) - { - Selectability = ((SelectabilityModes)(aValue)); - return; - } - if ((aProperty == "ShowDisplayName")) - { - ShowDisplayName = System.Convert.ToBoolean(aValue); - return; - } - if ((aProperty == "DisplayNameColor")) - { - DisplayNameColor = ((Color)(aValue)); - return; - } - if ((aProperty == "DisplayNameSize")) - { - DisplayNameSize = System.Convert.ToInt32(aValue); - return; - } - if ((aProperty == "DropShadow")) - { - DropShadow = System.Convert.ToBoolean(aValue); - return; - } - if ((aProperty == "OutlineColor")) - { - OutlineColor = ((Color)(aValue)); - return; - } - if ((aProperty == "OutlineSize")) - { - OutlineSize = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "OutlineStyle")) - { - OutlineStyle = ((OutlineStyle)(aValue)); - return; - } - if ((aProperty == "StartCap")) - { - StartCap = ((PathCaps)(aValue)); - return; - } - if ((aProperty == "EndCap")) - { - EndCap = ((PathCaps)(aValue)); - return; - } - if ((aProperty == "LineWidth")) - { - LineWidth = System.Convert.ToSingle(aValue); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "DisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayName); - } - if ((aProperty == "PreviewImage")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(PreviewImage); - } - if ((aProperty == "Vertices")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Vertices); - } - if ((aProperty == "Transform")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Transform); - } - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - if ((aProperty == "Visibility")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Visibility); - } - if ((aProperty == "Selectability")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Selectability); - } - if ((aProperty == "ShowDisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShowDisplayName); - } - if ((aProperty == "DisplayNameColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameColor); - } - if ((aProperty == "DisplayNameSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameSize); - } - if ((aProperty == "DropShadow")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DropShadow); - } - if ((aProperty == "OutlineColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineColor); - } - if ((aProperty == "OutlineSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineSize); - } - if ((aProperty == "OutlineStyle")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineStyle); - } - if ((aProperty == "StartCap")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(StartCap); - } - if ((aProperty == "EndCap")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(EndCap); - } - if ((aProperty == "LineWidth")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(LineWidth); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Path.cs.meta b/Assets/ArticyImporter/Content/Generated/Path.cs.meta deleted file mode 100644 index 8ceec34058dd714caafb23b924de77b74eee0e81..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Path.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 434f7d94d1d464b4180a10018ccf885a -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/PathCaps.cs b/Assets/ArticyImporter/Content/Generated/PathCaps.cs index 09e7cebfab4884ba77ece17699994e63b50e781a..6c347ee1ed56908bba80ade891791f1e4c12d1a2 100644 --- a/Assets/ArticyImporter/Content/Generated/PathCaps.cs +++ b/Assets/ArticyImporter/Content/Generated/PathCaps.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/Resources/All objects.asset b/Assets/ArticyImporter/Content/Generated/Resources/All objects.asset deleted file mode 100644 index 9bed4325e57ba412d1b6d4fdae16f839b36952b5..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Resources/All objects.asset +++ /dev/null @@ -1,4534 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &-8652494642589786753 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_7225F0A4 - m_EditorClassIdentifier: - id: 72057594037928511 - technicalName: DFr_7225F0A4 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Are you aware of why I invited you here? - mExternalId: - mPosition: {x: 2100, y: 550} - mZIndex: 10 - mSize: {x: 225, y: 200} - mShortId: 1915089060 - mInputPins: - value: - - id: 72057594037928514 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928511 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928515 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928511 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928521 - mTarget: - objectRef: 72057594037928518 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928527 - mTarget: - objectRef: 72057594037928524 - mOwnerInstanceId: 0 ---- !u!114 &-8577425180555633042 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fb9db56664043274faaedc1ca183be51, type: 3} - m_Name: Dlg_BCE87EF3 - m_EditorClassIdentifier: - id: 72057594037928732 - technicalName: Dlg_BCE87EF3 - parentId: 72057594037928724 - childrenIds: 26030000000000012d0300000000000133030000000000013d0300000000000146030000000000014c0300000000000152030000000000015803000000000001 - mAttachments: - listIds: 0f010000000000011301000000000001 - mDisplayName: Branch test - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 0 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 1167, y: 650} - mZIndex: 2 - mSize: {x: 291, y: 200} - mShortId: 3169353459 - mInputPins: - value: - - id: 72057594037928735 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928732 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928745 - mTarget: - objectRef: 72057594037928742 - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928736 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928732 - mConnections: - value: [] - mOwnerInstanceId: 0 ---- !u!114 &-8287708139495604531 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8ce712e14bc19a3499e0a3bf6d62505e, type: 3} - m_Name: Hub_6F4EAF29 - m_EditorClassIdentifier: - id: 72057594037928307 - technicalName: Hub_6F4EAF29 - parentId: 72057594037928219 - childrenIds: - mDisplayName: Questions - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 1725, y: 400} - mZIndex: 15 - mSize: {x: 175, y: 50} - mShortId: 1867427625 - mInputPins: - value: - - id: 72057594037928309 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928307 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928310 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928307 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928317 - mTarget: - objectRef: 72057594037928314 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928323 - mTarget: - objectRef: 72057594037928320 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928329 - mTarget: - objectRef: 72057594037928326 - mOwnerInstanceId: 0 ---- !u!114 &-8033488890055912211 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f5086e397e1e744f814e88a72bc45ac, type: 3} - m_Name: FFr_F5EA4EA6 - m_EditorClassIdentifier: - id: 72057594037928724 - technicalName: FFr_F5EA4EA6 - parentId: 216172783251375095 - childrenIds: bd020000000000011c03000000000001c3020000000000012203000000000001 - mAttachments: - listIds: - mDisplayName: Tests - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 0 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: -225, y: 275} - mZIndex: 6 - mSize: {x: 275, y: 200} - mShortId: 4125773478 - mInputPins: - value: - - id: 72057594037928727 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928724 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928728 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928724 - mConnections: - value: [] - mOwnerInstanceId: 0 ---- !u!114 &-7792077639006576569 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_1A5B8416 - m_EditorClassIdentifier: - id: 72057594037928326 - technicalName: DFr_1A5B8416 - parentId: 72057594037928219 - childrenIds: - mMenuText: Nope - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: I am as prepared as one can be. Let's do this! - mExternalId: - mPosition: {x: 2050, y: 625} - mZIndex: 22 - mSize: {x: 225, y: 200} - mShortId: 442205206 - mInputPins: - value: - - id: 72057594037928329 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928326 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928330 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928326 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928342 - mTarget: - objectRef: 72057594037928339 - mOwnerInstanceId: 0 ---- !u!114 &-7657370210037207928 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_671CD267 - m_EditorClassIdentifier: - id: 72057594037928366 - technicalName: DFr_671CD267 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Why would you do that? - mExternalId: - mPosition: {x: 2750, y: 75} - mZIndex: 32 - mSize: {x: 225, y: 200} - mShortId: 1729942119 - mInputPins: - value: - - id: 72057594037928369 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928366 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928370 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928366 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928382 - mTarget: - objectRef: 72057594037928379 - mOwnerInstanceId: 0 ---- !u!114 &-7557223070448563929 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_BAD9F592 - m_EditorClassIdentifier: - id: 72057594037928755 - technicalName: DFr_BAD9F592 - parentId: 72057594037928732 - childrenIds: - mMenuText: Meh - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: 'Like the Germans are fond of saying: "Muss".' - mExternalId: - mPosition: {x: 1075, y: 725} - mZIndex: 4 - mSize: {x: 225, y: 200} - mShortId: 3134846354 - mInputPins: - value: - - id: 72057594037928758 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928755 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928759 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928755 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928768 - mTarget: - objectRef: 72057594037928765 - mOwnerInstanceId: 0 ---- !u!114 &-7536456745483578401 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_83758E1C - m_EditorClassIdentifier: - id: 72057594037928320 - technicalName: DFr_83758E1C - parentId: 72057594037928219 - childrenIds: - mMenuText: No idea - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Not really, my mind is kinda blank. Do you have a suggestion for a good - topic? - mExternalId: - mPosition: {x: 2050, y: 350} - mZIndex: 20 - mSize: {x: 225, y: 200} - mShortId: 2205519388 - mInputPins: - value: - - id: 72057594037928323 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928320 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928324 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928320 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928362 - mTarget: - objectRef: 72057594037928359 - mOwnerInstanceId: 0 ---- !u!114 &-6972799303636517905 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_426B8005 - m_EditorClassIdentifier: - id: 72057594037928614 - technicalName: DFr_426B8005 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Now that you mention it. Would it be any trouble to provide me with the - lottery numbers for next week? - mExternalId: - mPosition: {x: 5025, y: 550} - mZIndex: 40 - mSize: {x: 225, y: 200} - mShortId: 1114341381 - mInputPins: - value: - - id: 72057594037928617 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928614 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928618 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928614 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928624 - mTarget: - objectRef: 72057594037928621 - mOwnerInstanceId: 0 ---- !u!114 &-6884783405678707069 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_FFFD9FE4 - m_EditorClassIdentifier: - id: 72057594037928400 - technicalName: DFr_FFFD9FE4 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Anything else? - mExternalId: - mPosition: {x: 4475, y: 200} - mZIndex: 40 - mSize: {x: 225, y: 200} - mShortId: 4294811620 - mInputPins: - value: - - id: 72057594037928403 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928400 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928404 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928400 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928350 - mTarget: - objectRef: 72057594037928347 - mOwnerInstanceId: 0 ---- !u!114 &-5741640217045147675 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_3A9EDA62 - m_EditorClassIdentifier: - id: 72057594037928600 - technicalName: DFr_3A9EDA62 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: We will pray for your swift return. - mExternalId: - mPosition: {x: 4025, y: 800} - mZIndex: 35 - mSize: {x: 225, y: 200} - mShortId: 983489122 - mInputPins: - value: - - id: 72057594037928603 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928600 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928604 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928600 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928609 - mTarget: - objectRef: 72057594037928607 - mOwnerInstanceId: 0 ---- !u!114 &-5551305151523335753 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_CDDD87E1 - m_EditorClassIdentifier: - id: 72057594037928573 - technicalName: DFr_CDDD87E1 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: You know that the forest beyond our village is still cursed? - mExternalId: - mPosition: {x: 1125, y: 825} - mZIndex: 26 - mSize: {x: 225, y: 200} - mShortId: 3453847521 - mInputPins: - value: - - id: 72057594037928576 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928573 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928577 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928573 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928565 - mTarget: - objectRef: 72057594037928562 - mOwnerInstanceId: 0 ---- !u!114 &-4663409528681131622 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_40F502D3 - m_EditorClassIdentifier: - id: 72057594037928472 - technicalName: DFr_40F502D3 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: The early bird speaks silver, as the wise ones say. - mExternalId: - mPosition: {x: 1450, y: 550} - mZIndex: 8 - mSize: {x: 225, y: 200} - mShortId: 1089798867 - mInputPins: - value: - - id: 72057594037928475 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928472 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928476 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928472 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928505 - mTarget: - objectRef: 72057594037928502 - mOwnerInstanceId: 0 ---- !u!114 &-4663152673137788514 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f1de30166292433488a5b8ed90feb92f, type: 3} - m_Name: CMT_72057594037928738 - m_EditorClassIdentifier: - id: 72057594037928738 - technicalName: CMT_72057594037928738 - parentId: 72057594037928724 - childrenIds: - mCreatedBy: - mColor: {r: 0, g: 0, b: 0, a: 1} - mText: Small branching structure - mExternalId: - mPosition: {x: 1200, y: 525} - mZIndex: 3 - mSize: {x: 225, y: 100} - mShortId: 1630476027 ---- !u!114 &-4073525969570526090 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f1de30166292433488a5b8ed90feb92f, type: 3} - m_Name: CMT_72057594037928240 - m_EditorClassIdentifier: - id: 72057594037928240 - technicalName: CMT_72057594037928240 - parentId: 216172783251375095 - childrenIds: - mCreatedBy: - mColor: {r: 0, g: 0, b: 0, a: 1} - mText: Dialogue with NPC 2 - mExternalId: - mPosition: {x: 650, y: 150} - mZIndex: 3 - mSize: {x: 225, y: 100} - mShortId: 1824239227 ---- !u!114 &-4051327530387075401 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_8F9A05A4 - m_EditorClassIdentifier: - id: 72057594037928548 - technicalName: DFr_8F9A05A4 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: The forest that lies beyond our village is cursed and we fear for our lives! - mExternalId: - mPosition: {x: 3100, y: 550} - mZIndex: 20 - mSize: {x: 225, y: 200} - mShortId: 2409235876 - mInputPins: - value: - - id: 72057594037928551 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928548 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928552 - mText: - value: - handlerId: 7 - ownerId: 72057594037928548 - ownerInstanceId: 0 - mRawScript: GameState.dialogue2Visited = true - mOwner: 72057594037928548 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928558 - mTarget: - objectRef: 72057594037928556 - mOwnerInstanceId: 0 ---- !u!114 &-3745197499422772283 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8ce712e14bc19a3499e0a3bf6d62505e, type: 3} - m_Name: Hub_93724850 - m_EditorClassIdentifier: - id: 72057594037928556 - technicalName: Hub_93724850 - parentId: 72057594037928225 - childrenIds: - mDisplayName: Questions - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 3425, y: 625} - mZIndex: 23 - mSize: {x: 175, y: 50} - mShortId: 2473740368 - mInputPins: - value: - - id: 72057594037928558 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928556 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928559 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928556 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928584 - mTarget: - objectRef: 72057594037928581 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928590 - mTarget: - objectRef: 72057594037928587 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928596 - mTarget: - objectRef: 72057594037928593 - mOwnerInstanceId: 0 ---- !u!114 &-3642031344828876660 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_772E01C2 - m_EditorClassIdentifier: - id: 72057594037928359 - technicalName: DFr_772E01C2 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Well, if you have the chance... - mExternalId: - mPosition: {x: 2400, y: 350} - mZIndex: 30 - mSize: {x: 225, y: 200} - mShortId: 1999503810 - mInputPins: - value: - - id: 72057594037928362 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928359 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928363 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928359 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928412 - mTarget: - objectRef: 72057594037928409 - mOwnerInstanceId: 0 ---- !u!114 &-3545773301163649712 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_41B7C34B - m_EditorClassIdentifier: - id: 72057594037928581 - technicalName: DFr_41B7C34B - parentId: 72057594037928225 - childrenIds: - mMenuText: Forest? - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: An evil Forest? We are indeed living in grim times. - mExternalId: - mPosition: {x: 3700, y: 300} - mZIndex: 29 - mSize: {x: 225, y: 200} - mShortId: 1102562123 - mInputPins: - value: - - id: 72057594037928584 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928581 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928585 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928581 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928682 - mTarget: - objectRef: 72057594037928679 - mOwnerInstanceId: 0 ---- !u!114 &-3519376077755113583 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f1de30166292433488a5b8ed90feb92f, type: 3} - m_Name: CMT_72057594037928238 - m_EditorClassIdentifier: - id: 72057594037928238 - technicalName: CMT_72057594037928238 - parentId: 216172783251375095 - childrenIds: - mCreatedBy: - mColor: {r: 0, g: 0, b: 0, a: 1} - mText: Dialogue with NPC 1 - mExternalId: - mPosition: {x: 225, y: 150} - mZIndex: 2 - mSize: {x: 225, y: 100} - mShortId: 595989412 ---- !u!114 &-3059834783165358288 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_F76CB9F9 - m_EditorClassIdentifier: - id: 72057594037928749 - technicalName: DFr_F76CB9F9 - parentId: 72057594037928732 - childrenIds: - mMenuText: Good - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Doing great thanks. - mExternalId: - mPosition: {x: 1075, y: 475} - mZIndex: 2 - mSize: {x: 225, y: 200} - mShortId: 4151097849 - mInputPins: - value: - - id: 72057594037928752 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928749 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928753 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928749 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928768 - mTarget: - objectRef: 72057594037928765 - mOwnerInstanceId: 0 ---- !u!114 &-2844264579052549388 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_346C9824 - m_EditorClassIdentifier: - id: 72057594037928540 - technicalName: DFr_346C9824 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Indeed, mighty adventurer. You have keen eyes and a sharp mind. - mExternalId: - mPosition: {x: 2750, y: 675} - mZIndex: 18 - mSize: {x: 225, y: 200} - mShortId: 879532068 - mInputPins: - value: - - id: 72057594037928543 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928540 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928544 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928540 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928551 - mTarget: - objectRef: 72057594037928548 - mOwnerInstanceId: 0 ---- !u!114 &-2800163108151763944 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_6540F317 - m_EditorClassIdentifier: - id: 72057594037928314 - technicalName: DFr_6540F317 - parentId: 72057594037928219 - childrenIds: - mMenuText: Oracle dangerous? - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: I heard the Oracle is unpredictable and knows witchcraft. Am I in danger - here? - mExternalId: - mPosition: {x: 2050, y: 75} - mZIndex: 18 - mSize: {x: 225, y: 200} - mShortId: 1698755351 - mInputPins: - value: - - id: 72057594037928317 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928314 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928318 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928314 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928356 - mTarget: - objectRef: 72057594037928353 - mOwnerInstanceId: 0 ---- !u!114 &-2775925482963431293 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_555939CB - m_EditorClassIdentifier: - id: 72057594037928283 - technicalName: DFr_555939CB - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Great to have an adventurer of your renown in our humble village - mExternalId: - mPosition: {x: 1000, y: 325} - mZIndex: 8 - mSize: {x: 225, y: 200} - mShortId: 1431910859 - mInputPins: - value: - - id: 72057594037928286 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928283 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928287 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928283 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928303 - mTarget: - objectRef: 72057594037928300 - mOwnerInstanceId: 0 ---- !u!114 &-2562700480996056193 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c03085f881799e94f8de8b65200ee516, type: 3} - m_Name: Cnd_BBA54379 - m_EditorClassIdentifier: - id: 72057594037928607 - technicalName: Cnd_BBA54379 - parentId: 72057594037928225 - childrenIds: - mDisplayName: GameState.gotTip == true - mText: - mExternalId: - mPosition: {x: 4375, y: 850} - mZIndex: 37 - mSize: {x: 225, y: 100} - mShortId: 3148170105 - mExpression: - value: - handlerId: 8 - ownerId: 72057594037928607 - ownerInstanceId: 0 - mRawScript: GameState.gotTip == true - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mInputPins: - value: - - id: 72057594037928609 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928607 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928610 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928607 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928672 - mTarget: - objectRef: 72057594037928669 - mOwnerInstanceId: 0 - - id: 72057594037928611 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928607 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928229 - mTarget: - objectRef: 72057594037928225 - mOwnerInstanceId: 0 ---- !u!114 &-2381828159005534669 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_239E650A - m_EditorClassIdentifier: - id: 72057594037928502 - technicalName: DFr_239E650A - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: And the worm gets the cheese. So true. - mExternalId: - mPosition: {x: 1775, y: 550} - mZIndex: 15 - mSize: {x: 225, y: 200} - mShortId: 597583114 - mInputPins: - value: - - id: 72057594037928505 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928502 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928506 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928502 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928514 - mTarget: - objectRef: 72057594037928511 - mOwnerInstanceId: 0 ---- !u!114 &-1861415836369226486 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_C73E354E - m_EditorClassIdentifier: - id: 72057594037928685 - technicalName: DFr_C73E354E - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: I am afraid so. Although of what exact nature is still hidden from me. - mExternalId: - mPosition: {x: 4050, y: 550} - mZIndex: 49 - mSize: {x: 225, y: 200} - mShortId: 3342742862 - mInputPins: - value: - - id: 72057594037928688 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928685 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928689 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928685 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928694 - mTarget: - objectRef: 72057594037928691 - mOwnerInstanceId: 0 ---- !u!114 &-1853952258265878527 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_519F3783 - m_EditorClassIdentifier: - id: 72057594037928524 - technicalName: DFr_519F3783 - parentId: 72057594037928225 - childrenIds: - mMenuText: I guess so - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Could it have something to do with the evil looking forest behind the village? - mExternalId: - mPosition: {x: 2425, y: 675} - mZIndex: 14 - mSize: {x: 225, y: 200} - mShortId: 1369388931 - mInputPins: - value: - - id: 72057594037928527 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928524 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928528 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928524 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928543 - mTarget: - objectRef: 72057594037928540 - mOwnerInstanceId: 0 ---- !u!114 &-1793357255324409116 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_98281AB9 - m_EditorClassIdentifier: - id: 72057594037928780 - technicalName: DFr_98281AB9 - parentId: 72057594037928732 - childrenIds: - mMenuText: Too hot - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: I am melting! Not a fan of this humid heat. - mExternalId: - mPosition: {x: 1712, y: 375} - mZIndex: 11 - mSize: {x: 225, y: 200} - mShortId: 2552765113 - mInputPins: - value: - - id: 72057594037928783 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928780 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928784 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928780 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928775 - mTarget: - objectRef: 72057594037928774 - mOwnerInstanceId: 0 ---- !u!114 &-1733088677817734004 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_0ADD76DD - m_EditorClassIdentifier: - id: 72057594037928445 - technicalName: DFr_0ADD76DD - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Welcome, welcome. - mExternalId: - mPosition: {x: 800, y: 550} - mZIndex: 0 - mSize: {x: 225, y: 200} - mShortId: 182286045 - mInputPins: - value: - - id: 72057594037928448 - mText: - value: - handlerId: 5 - ownerId: 72057594037928445 - ownerInstanceId: 0 - mRawScript: '!GameState.dialogue2Visited' - mOwner: 72057594037928445 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928449 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928445 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928462 - mTarget: - objectRef: 72057594037928459 - mOwnerInstanceId: 0 ---- !u!114 &-1560380895321811997 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c7d042b24051efa4dae8a3d2f137a3b1, type: 3} - m_Name: Ufo_126E1374 - m_EditorClassIdentifier: - id: 72057594037928197 - technicalName: Ufo_126E1374 - parentId: 216172783392894804 - childrenIds: 320100000000000135010000000000013801000000000001 - mDisplayName: Images - mExternalId: - mShortId: 309203828 - mZIndex: 0 ---- !u!114 &-1387159684991516858 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_ED5DF485 - m_EditorClassIdentifier: - id: 72057594037928647 - technicalName: DFr_ED5DF485 - parentId: 72057594037928637 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Hey! This is the first dialogue line in this test dialogue! - mExternalId: - mPosition: {x: 775, y: 500} - mZIndex: 0 - mSize: {x: 225, y: 200} - mShortId: 3982357637 - mInputPins: - value: - - id: 72057594037928650 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928647 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928651 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928647 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928657 - mTarget: - objectRef: 72057594037928654 - mOwnerInstanceId: 0 ---- !u!114 &-1118203557033915940 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c7d042b24051efa4dae8a3d2f137a3b1, type: 3} - m_Name: Ufo_8B9CAC75 - m_EditorClassIdentifier: - id: 72057594037928199 - technicalName: Ufo_8B9CAC75 - parentId: 216172783392894804 - childrenIds: - mDisplayName: Videos - mExternalId: - mShortId: 2342300789 - mZIndex: 0 ---- !u!114 &-663526746542147394 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_17E8B79F - m_EditorClassIdentifier: - id: 72057594037928654 - technicalName: DFr_17E8B79F - parentId: 72057594037928637 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Really? - mExternalId: - mPosition: {x: 1125, y: 500} - mZIndex: 2 - mSize: {x: 225, y: 200} - mShortId: 401127327 - mInputPins: - value: - - id: 72057594037928657 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928654 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928658 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928654 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928664 - mTarget: - objectRef: 72057594037928661 - mOwnerInstanceId: 0 ---- !u!114 &-624987154699421074 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c7d042b24051efa4dae8a3d2f137a3b1, type: 3} - m_Name: Ufo_9DC42329 - m_EditorClassIdentifier: - id: 72057594037928203 - technicalName: Ufo_9DC42329 - parentId: 216172783392894804 - childrenIds: - mDisplayName: Documents - mExternalId: - mShortId: 2646876969 - mZIndex: 0 ---- !u!114 &-351626015657591496 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 3ad395af99773ad499c59793fea5e554, type: 3} - m_Name: Jmp_F2E7FD71 - m_EditorClassIdentifier: - id: 72057594037928562 - technicalName: Jmp_F2E7FD71 - parentId: 72057594037928225 - childrenIds: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 1450, y: 850} - mZIndex: 25 - mSize: {x: 175, y: 150} - mShortId: 4075289969 - mTarget: - objectRef: 72057594037928556 - mTargetPin: 72057594037928558 - mInputPins: - value: - - id: 72057594037928565 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928562 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: [] ---- !u!114 &-171656386663350919 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_AE76FD71 - m_EditorClassIdentifier: - id: 72057594037928518 - technicalName: DFr_AE76FD71 - parentId: 72057594037928225 - childrenIds: - mMenuText: No idea - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Not really. Besides promising a sizeable reward the invitation was pretty - vague. - mExternalId: - mPosition: {x: 2425, y: 425} - mZIndex: 12 - mSize: {x: 225, y: 200} - mShortId: 2927033713 - mInputPins: - value: - - id: 72057594037928521 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928518 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928522 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928518 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928537 - mTarget: - objectRef: 72057594037928534 - mOwnerInstanceId: 0 ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 1919818469, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: All objects - m_EditorClassIdentifier: - mPackagePath: Assets/ArticyImporter/Content/Generated/Resources/All objects.asset - mResourceKey: All objects - mObjects: - - {fileID: -8033488890055912211} - - {fileID: 6777013411216345972} - - {fileID: 7332480980432174249} - - {fileID: 9098712972557391514} - - {fileID: -8577425180555633042} - - {fileID: 1644029785679558280} - - {fileID: 2886451862671416339} - - {fileID: 1061562547439686639} - - {fileID: 1144145734753037563} - - {fileID: -2775925482963431293} - - {fileID: 6719076168425828106} - - {fileID: 1983353377657497166} - - {fileID: -2800163108151763944} - - {fileID: -7536456745483578401} - - {fileID: -7792077639006576569} - - {fileID: 508697189919709917} - - {fileID: 5353947818495097693} - - {fileID: -3642031344828876660} - - {fileID: -7657370210037207928} - - {fileID: 4186037656162959495} - - {fileID: 3223068524005068843} - - {fileID: 6016176111794919251} - - {fileID: -6884783405678707069} - - {fileID: 3463652607704170504} - - {fileID: 6037320959342010161} - - {fileID: 818465464111325160} - - {fileID: 5069158927424237760} - - {fileID: 8175308282100999392} - - {fileID: -1733088677817734004} - - {fileID: 3507389702349391968} - - {fileID: 3250382635592571100} - - {fileID: -4663409528681131622} - - {fileID: -2381828159005534669} - - {fileID: -8652494642589786753} - - {fileID: -171656386663350919} - - {fileID: -1853952258265878527} - - {fileID: 8036926849506857995} - - {fileID: -2844264579052549388} - - {fileID: -4051327530387075401} - - {fileID: -5551305151523335753} - - {fileID: -3545773301163649712} - - {fileID: 6548034227593716803} - - {fileID: 2196468563872314006} - - {fileID: -5741640217045147675} - - {fileID: -6972799303636517905} - - {fileID: 3897612884162025071} - - {fileID: 2422101861139161370} - - {fileID: 175044610490064795} - - {fileID: -1861415836369226486} - - {fileID: -1387159684991516858} - - {fileID: -663526746542147394} - - {fileID: 47424703148031605} - - {fileID: 2605357450280807341} - - {fileID: 7247826323280296639} - - {fileID: 6980756570328971532} - - {fileID: -3059834783165358288} - - {fileID: -7557223070448563929} - - {fileID: 173147065898906425} - - {fileID: 2569971865183259127} - - {fileID: -1793357255324409116} - - {fileID: 8031486093110864852} - - {fileID: 1340058680238873165} - - {fileID: -8287708139495604531} - - {fileID: -3745197499422772283} - - {fileID: 5092718904914270500} - - {fileID: -351626015657591496} - - {fileID: 6177006265457421593} - - {fileID: -2562700480996056193} - - {fileID: -3519376077755113583} - - {fileID: -4073525969570526090} - - {fileID: 4187305115571019614} - - {fileID: -4663152673137788514} - - {fileID: 3802381016496506212} - - {fileID: 578537035133563821} - - {fileID: 2844279744243302935} - - {fileID: 6269948402049141652} - - {fileID: 4252591827400921614} - - {fileID: 4509581373764708902} - - {fileID: 467229449830352798} - - {fileID: -1560380895321811997} - - {fileID: -1118203557033915940} - - {fileID: 2142964455590635867} - - {fileID: -624987154699421074} - - {fileID: 7031293325961349662} ---- !u!114 &47424703148031605 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_C1574955 - m_EditorClassIdentifier: - id: 72057594037928661 - technicalName: DFr_C1574955 - parentId: 72057594037928637 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Yes. Unbelievable, right? - mExternalId: - mPosition: {x: 1475, y: 500} - mZIndex: 4 - mSize: {x: 225, y: 200} - mShortId: 3243723093 - mInputPins: - value: - - id: 72057594037928664 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928661 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928665 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928661 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928712 - mTarget: - objectRef: 72057594037928709 - mOwnerInstanceId: 0 ---- !u!114 &173147065898906425 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_79D29BF3 - m_EditorClassIdentifier: - id: 72057594037928765 - technicalName: DFr_79D29BF3 - parentId: 72057594037928732 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: What do you think of the weather? - mExternalId: - mPosition: {x: 1400, y: 625} - mZIndex: 6 - mSize: {x: 225, y: 200} - mShortId: 2043845619 - mInputPins: - value: - - id: 72057594037928768 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928765 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928769 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928765 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928783 - mTarget: - objectRef: 72057594037928780 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928789 - mTarget: - objectRef: 72057594037928786 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928795 - mTarget: - objectRef: 72057594037928792 - mOwnerInstanceId: 0 ---- !u!114 &175044610490064795 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_5DBB5368 - m_EditorClassIdentifier: - id: 72057594037928679 - technicalName: DFr_5DBB5368 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: To be precise not the forest is evil, but its denizens. Still, the entire - situation is is very inconvenient. - mExternalId: - mPosition: {x: 4050, y: 300} - mZIndex: 47 - mSize: {x: 225, y: 200} - mShortId: 1572557672 - mInputPins: - value: - - id: 72057594037928682 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928679 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928683 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928679 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928694 - mTarget: - objectRef: 72057594037928691 - mOwnerInstanceId: 0 ---- !u!114 &467229449830352798 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 60116d741ad5706489ea4dc2ab6ba12c, type: 3} - m_Name: Ast_8ADE173A - m_EditorClassIdentifier: - id: 72057594037928248 - technicalName: Ast_8ADE173A - parentId: 72057594037928197 - childrenIds: - mDisplayName: Class_Template_Entity_MainCharacter_256 - mFilename: Class_Template_Entity_MainCharacter_256(0038).png - mOriginalSource: file:///F:/_Assets/Images/articy/Graphics/Icons/Class_Template_Entity_MainCharacter_256.png - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 0 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 40, y: 40} - mZIndex: 2 - mSize: {x: 256, y: 196} - mShortId: 2329810746 - mAssetRefPath: Assets/Images/Class_Template_Entity_MainCharacter_256 - mCachedAsset: {fileID: 0} - mCategory: 1 ---- !u!114 &508697189919709917 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_9D6B9F47 - m_EditorClassIdentifier: - id: 72057594037928339 - technicalName: DFr_9D6B9F47 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Good luck! - mExternalId: - mPosition: {x: 2400, y: 625} - mZIndex: 24 - mSize: {x: 225, y: 200} - mShortId: 2641076039 - mInputPins: - value: - - id: 72057594037928342 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928339 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928343 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928339 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928223 - mTarget: - objectRef: 72057594037928219 - mOwnerInstanceId: 0 ---- !u!114 &578537035133563821 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8a8027f3a47590445baf238930633bbd, type: 3} - m_Name: Ntt_65BA230A - m_EditorClassIdentifier: - id: 72057594037928207 - technicalName: Ntt_65BA230A - parentId: 216172785005863603 - childrenIds: - mAttachments: - listIds: - mDisplayName: Player - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 0, y: 0} - mZIndex: 0 - mSize: {x: 256, y: 196} - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 72057594037928248 - mShortId: 1706697482 ---- !u!114 &818465464111325160 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_B089ADB5 - m_EditorClassIdentifier: - id: 72057594037928423 - technicalName: DFr_B089ADB5 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: She wants a favor from you. So she might be inclined to answer if you ask - for the upcoming lottery numbers. - mExternalId: - mPosition: {x: 3425, y: 350} - mZIndex: 47 - mSize: {x: 225, y: 200} - mShortId: 2961812917 - mInputPins: - value: - - id: 72057594037928426 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928423 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928427 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928423 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928433 - mTarget: - objectRef: 72057594037928430 - mOwnerInstanceId: 0 ---- !u!114 &1061562547439686639 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_734FEB33 - m_EditorClassIdentifier: - id: 72057594037928269 - technicalName: DFr_734FEB33 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Hi. - mExternalId: - mPosition: {x: 325, y: 750} - mZIndex: 4 - mSize: {x: 225, y: 200} - mShortId: 1934617395 - mInputPins: - value: - - id: 72057594037928272 - mText: - value: - handlerId: 2 - ownerId: 72057594037928269 - ownerInstanceId: 0 - mRawScript: GameState.dialogue1Visited - mOwner: 72057594037928269 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928273 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928269 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928279 - mTarget: - objectRef: 72057594037928276 - mOwnerInstanceId: 0 ---- !u!114 &1144145734753037563 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_CE143CDC - m_EditorClassIdentifier: - id: 72057594037928276 - technicalName: DFr_CE143CDC - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Anything else? - mExternalId: - mPosition: {x: 1375, y: 750} - mZIndex: 6 - mSize: {x: 225, y: 200} - mShortId: 3457432796 - mInputPins: - value: - - id: 72057594037928279 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928276 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928280 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928276 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928309 - mTarget: - objectRef: 72057594037928307 - mOwnerInstanceId: 0 ---- !u!114 &1340058680238873165 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_EB3D8305 - m_EditorClassIdentifier: - id: 72057594037928792 - technicalName: DFr_EB3D8305 - parentId: 72057594037928732 - childrenIds: - mMenuText: Pretty wet - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: I am cool with all the rain - I like jumping into puddles. - mExternalId: - mPosition: {x: 1712, y: 875} - mZIndex: 15 - mSize: {x: 225, y: 200} - mShortId: 3946676997 - mInputPins: - value: - - id: 72057594037928795 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928792 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928796 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928792 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928775 - mTarget: - objectRef: 72057594037928774 - mOwnerInstanceId: 0 ---- !u!114 &1644029785679558280 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_051B7DD2 - m_EditorClassIdentifier: - id: 72057594037928251 - technicalName: DFr_051B7DD2 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Greetings. I am happy that you accepted our invitation - mExternalId: - mPosition: {x: 325, y: 325} - mZIndex: 0 - mSize: {x: 225, y: 200} - mShortId: 85687762 - mInputPins: - value: - - id: 72057594037928254 - mText: - value: - handlerId: 1 - ownerId: 72057594037928251 - ownerInstanceId: 0 - mRawScript: '!GameState.dialogue1Visited' - mOwner: 72057594037928251 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928255 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928251 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928261 - mTarget: - objectRef: 72057594037928258 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928293 - mTarget: - objectRef: 72057594037928290 - mOwnerInstanceId: 0 ---- !u!114 &1983353377657497166 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_4BFC6044 - m_EditorClassIdentifier: - id: 72057594037928300 - technicalName: DFr_4BFC6044 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Can I help you with anything before you talk to the Oracle? - mExternalId: - mPosition: {x: 1375, y: 325} - mZIndex: 13 - mSize: {x: 225, y: 200} - mShortId: 1274830916 - mInputPins: - value: - - id: 72057594037928303 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928300 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928304 - mText: - value: - handlerId: 3 - ownerId: 72057594037928300 - ownerInstanceId: 0 - mRawScript: GameState.dialogue1Visited = true; - mOwner: 72057594037928300 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928309 - mTarget: - objectRef: 72057594037928307 - mOwnerInstanceId: 0 ---- !u!114 &2142964455590635867 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c7d042b24051efa4dae8a3d2f137a3b1, type: 3} - m_Name: Ufo_E52E5680 - m_EditorClassIdentifier: - id: 72057594037928201 - technicalName: Ufo_E52E5680 - parentId: 216172783392894804 - childrenIds: - mDisplayName: Audio - mExternalId: - mShortId: 3845019264 - mZIndex: 0 ---- !u!114 &2196468563872314006 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_A95E9253 - m_EditorClassIdentifier: - id: 72057594037928593 - technicalName: DFr_A95E9253 - parentId: 72057594037928225 - childrenIds: - mMenuText: No questions! - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Say no more! I will find the origin of the curse and make short work of - it! - mExternalId: - mPosition: {x: 3700, y: 800} - mZIndex: 33 - mSize: {x: 225, y: 200} - mShortId: 2841547347 - mInputPins: - value: - - id: 72057594037928596 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928593 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928597 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928593 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928603 - mTarget: - objectRef: 72057594037928600 - mOwnerInstanceId: 0 ---- !u!114 &2422101861139161370 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_2F96A000 - m_EditorClassIdentifier: - id: 72057594037928669 - technicalName: DFr_2F96A000 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Is there anything else I can do for you, before you leave? - mExternalId: - mPosition: {x: 4725, y: 550} - mZIndex: 44 - mSize: {x: 225, y: 200} - mShortId: 798400512 - mInputPins: - value: - - id: 72057594037928672 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928669 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928673 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928669 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928617 - mTarget: - objectRef: 72057594037928614 - mOwnerInstanceId: 0 ---- !u!114 &2569971865183259127 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_5CD4C92B - m_EditorClassIdentifier: - id: 72057594037928774 - technicalName: DFr_5CD4C92B - parentId: 72057594037928732 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Okay then. Take care. - mExternalId: - mPosition: {x: 2150, y: 625} - mZIndex: 6 - mSize: {x: 225, y: 200} - mShortId: 1557449003 - mInputPins: - value: - - id: 72057594037928775 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928774 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928776 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928774 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928736 - mTarget: - objectRef: 72057594037928732 - mOwnerInstanceId: 0 ---- !u!114 &2605357450280807341 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_3EDA6235 - m_EditorClassIdentifier: - id: 72057594037928709 - technicalName: DFr_3EDA6235 - parentId: 72057594037928637 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: I think I spider! - mExternalId: - mPosition: {x: 1825, y: 500} - mZIndex: 6 - mSize: {x: 225, y: 200} - mShortId: 1054499381 - mInputPins: - value: - - id: 72057594037928712 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928709 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928713 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928709 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928719 - mTarget: - objectRef: 72057594037928716 - mOwnerInstanceId: 0 ---- !u!114 &2844279744243302935 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8a8027f3a47590445baf238930633bbd, type: 3} - m_Name: Ntt_B1F02A9D - m_EditorClassIdentifier: - id: 72057594037928211 - technicalName: Ntt_B1F02A9D - parentId: 216172785005863603 - childrenIds: - mAttachments: - listIds: - mDisplayName: Oracle - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 20, y: 20} - mZIndex: 1 - mSize: {x: 256, y: 196} - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 72057594037928242 - mShortId: 2985306781 ---- !u!114 &2886451862671416339 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_036E6EA6 - m_EditorClassIdentifier: - id: 72057594037928258 - technicalName: DFr_036E6EA6 - parentId: 72057594037928219 - childrenIds: - mMenuText: No problem - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Sure thing. I was in the area anyways, so it wasn't any trouble. - mExternalId: - mPosition: {x: 650, y: 225} - mZIndex: 2 - mSize: {x: 225, y: 200} - mShortId: 57568934 - mInputPins: - value: - - id: 72057594037928261 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928258 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928262 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928258 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928286 - mTarget: - objectRef: 72057594037928283 - mOwnerInstanceId: 0 ---- !u!114 &3223068524005068843 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_3E0251B9 - m_EditorClassIdentifier: - id: 72057594037928386 - technicalName: DFr_3E0251B9 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Oh, haven't thought about that. - mExternalId: - mPosition: {x: 3425, y: 75} - mZIndex: 36 - mSize: {x: 225, y: 200} - mShortId: 1040339385 - mInputPins: - value: - - id: 72057594037928389 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928386 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928390 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928386 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928396 - mTarget: - objectRef: 72057594037928393 - mOwnerInstanceId: 0 ---- !u!114 &3250382635592571100 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_E5A503CB - m_EditorClassIdentifier: - id: 72057594037928459 - technicalName: DFr_E5A503CB - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: I hope it is okay if I get right down to business? Time is of the essence - here. - mExternalId: - mPosition: {x: 1125, y: 550} - mZIndex: 4 - mSize: {x: 225, y: 200} - mShortId: 3852796875 - mInputPins: - value: - - id: 72057594037928462 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928459 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928463 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928459 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928475 - mTarget: - objectRef: 72057594037928472 - mOwnerInstanceId: 0 ---- !u!114 &3463652607704170504 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_153D469C - m_EditorClassIdentifier: - id: 72057594037928409 - technicalName: DFr_153D469C - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Ah, no. You shouldn't. - mExternalId: - mPosition: {x: 2750, y: 350} - mZIndex: 43 - mSize: {x: 225, y: 200} - mShortId: 356337308 - mInputPins: - value: - - id: 72057594037928412 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928409 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928413 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928409 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928419 - mTarget: - objectRef: 72057594037928416 - mOwnerInstanceId: 0 ---- !u!114 &3507389702349391968 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_B29FF06C - m_EditorClassIdentifier: - id: 72057594037928452 - technicalName: DFr_B29FF06C - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Nice to see you again. - mExternalId: - mPosition: {x: 800, y: 825} - mZIndex: 2 - mSize: {x: 225, y: 200} - mShortId: 2996826220 - mInputPins: - value: - - id: 72057594037928455 - mText: - value: - handlerId: 6 - ownerId: 72057594037928452 - ownerInstanceId: 0 - mRawScript: GameState.dialogue2Visited - mOwner: 72057594037928452 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928456 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928452 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928576 - mTarget: - objectRef: 72057594037928573 - mOwnerInstanceId: 0 ---- !u!114 &3802381016496506212 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f1de30166292433488a5b8ed90feb92f, type: 3} - m_Name: CMT_72057594037928730 - m_EditorClassIdentifier: - id: 72057594037928730 - technicalName: CMT_72057594037928730 - parentId: 216172783251375095 - childrenIds: - mCreatedBy: - mColor: {r: 0, g: 0, b: 0, a: 1} - mText: Test dialogues for implementations - mExternalId: - mPosition: {x: -225, y: 150} - mZIndex: 7 - mSize: {x: 225, y: 100} - mShortId: 3532094464 ---- !u!114 &3897612884162025071 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_98AA31D9 - m_EditorClassIdentifier: - id: 72057594037928621 - technicalName: DFr_98AA31D9 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: '*Sigh* Sure, why not. 12-17-32-33-41-49' - mExternalId: - mPosition: {x: 5325, y: 550} - mZIndex: 42 - mSize: {x: 225, y: 200} - mShortId: 2561290713 - mInputPins: - value: - - id: 72057594037928624 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928621 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928625 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928621 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928229 - mTarget: - objectRef: 72057594037928225 - mOwnerInstanceId: 0 ---- !u!114 &4186037656162959495 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_73753FEE - m_EditorClassIdentifier: - id: 72057594037928379 - technicalName: DFr_73753FEE - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Do you have any idea how stressful it is for her to get pestered for every - misplaced oxen-cart key? - mExternalId: - mPosition: {x: 3075, y: 75} - mZIndex: 34 - mSize: {x: 225, y: 200} - mShortId: 1937063918 - mInputPins: - value: - - id: 72057594037928382 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928379 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928383 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928379 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928389 - mTarget: - objectRef: 72057594037928386 - mOwnerInstanceId: 0 ---- !u!114 &4187305115571019614 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f1de30166292433488a5b8ed90feb92f, type: 3} - m_Name: CMT_72057594037928643 - m_EditorClassIdentifier: - id: 72057594037928643 - technicalName: CMT_72057594037928643 - parentId: 72057594037928724 - childrenIds: - mCreatedBy: - mColor: {r: 0, g: 0, b: 0, a: 1} - mText: Just a small linear test for first implementation - mExternalId: - mPosition: {x: 821, y: 526} - mZIndex: 5 - mSize: {x: 225, y: 100} - mShortId: 974441162 ---- !u!114 &4252591827400921614 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 60116d741ad5706489ea4dc2ab6ba12c, type: 3} - m_Name: Ast_C2F4992D - m_EditorClassIdentifier: - id: 72057594037928242 - technicalName: Ast_C2F4992D - parentId: 72057594037928197 - childrenIds: - mDisplayName: ava_guinevere_01 - mFilename: ava_guinevere_01(0032).jpg - mOriginalSource: file:///F:/_Assets/Images/articy/Galahad/Assets/Portraits/ava_guinevere_01.jpg - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 0 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 0, y: 0} - mZIndex: 0 - mSize: {x: 256, y: 196} - mShortId: 3270809901 - mAssetRefPath: Assets/Images/ava_guinevere_01 - mCachedAsset: {fileID: 0} - mCategory: 1 ---- !u!114 &4509581373764708902 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 60116d741ad5706489ea4dc2ab6ba12c, type: 3} - m_Name: Ast_EA0AE647 - m_EditorClassIdentifier: - id: 72057594037928245 - technicalName: Ast_EA0AE647 - parentId: 72057594037928197 - childrenIds: - mDisplayName: ava_sitlancelot_01 - mFilename: ava_sitlancelot_01(0035).jpg - mOriginalSource: file:///F:/_Assets/Images/articy/Galahad/Assets/Portraits/ava_sitlancelot_01.jpg - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 0 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 20, y: 20} - mZIndex: 1 - mSize: {x: 256, y: 196} - mShortId: 3926582855 - mAssetRefPath: Assets/Images/ava_sitlancelot_01 - mCachedAsset: {fileID: 0} - mCategory: 1 ---- !u!114 &5069158927424237760 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_D85A5126 - m_EditorClassIdentifier: - id: 72057594037928430 - technicalName: DFr_D85A5126 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: But you haven't heard that from me! - mExternalId: - mPosition: {x: 3775, y: 350} - mZIndex: 49 - mSize: {x: 225, y: 200} - mShortId: 3629797670 - mInputPins: - value: - - id: 72057594037928433 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928430 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928434 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928430 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928440 - mTarget: - objectRef: 72057594037928437 - mOwnerInstanceId: 0 ---- !u!114 &5092718904914270500 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 3ad395af99773ad499c59793fea5e554, type: 3} - m_Name: Jmp_F087E397 - m_EditorClassIdentifier: - id: 72057594037928347 - technicalName: Jmp_F087E397 - parentId: 72057594037928219 - childrenIds: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 4775, y: 225} - mZIndex: 27 - mSize: {x: 175, y: 150} - mShortId: 4035437463 - mTarget: - objectRef: 72057594037928307 - mTargetPin: 72057594037928309 - mInputPins: - value: - - id: 72057594037928350 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928347 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: [] ---- !u!114 &5353947818495097693 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_FFE3CE99 - m_EditorClassIdentifier: - id: 72057594037928353 - technicalName: DFr_FFE3CE99 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Let me tell you a secret. That is a rumor we spread ourself. - mExternalId: - mPosition: {x: 2400, y: 75} - mZIndex: 28 - mSize: {x: 225, y: 200} - mShortId: 4293119641 - mInputPins: - value: - - id: 72057594037928356 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928353 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928357 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928353 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928369 - mTarget: - objectRef: 72057594037928366 - mOwnerInstanceId: 0 ---- !u!114 &6016176111794919251 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_C2C050D6 - m_EditorClassIdentifier: - id: 72057594037928393 - technicalName: DFr_C2C050D6 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Now people only come if they really have problems. - mExternalId: - mPosition: {x: 3775, y: 75} - mZIndex: 38 - mSize: {x: 225, y: 200} - mShortId: 3267383510 - mInputPins: - value: - - id: 72057594037928396 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928393 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928397 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928393 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928403 - mTarget: - objectRef: 72057594037928400 - mOwnerInstanceId: 0 ---- !u!114 &6037320959342010161 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_85676098 - m_EditorClassIdentifier: - id: 72057594037928416 - technicalName: DFr_85676098 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: What? Don't leave me hanging. Out with it. - mExternalId: - mPosition: {x: 3075, y: 350} - mZIndex: 45 - mSize: {x: 225, y: 200} - mShortId: 2238144664 - mInputPins: - value: - - id: 72057594037928419 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928416 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928420 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928416 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928426 - mTarget: - objectRef: 72057594037928423 - mOwnerInstanceId: 0 ---- !u!114 &6177006265457421593 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 3ad395af99773ad499c59793fea5e554, type: 3} - m_Name: Jmp_83A87C4F - m_EditorClassIdentifier: - id: 72057594037928691 - technicalName: Jmp_83A87C4F - parentId: 72057594037928225 - childrenIds: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 4425, y: 450} - mZIndex: 51 - mSize: {x: 175, y: 150} - mShortId: 2208857167 - mTarget: - objectRef: 72057594037928556 - mTargetPin: 72057594037928558 - mInputPins: - value: - - id: 72057594037928694 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928691 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: [] ---- !u!114 &6269948402049141652 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8a8027f3a47590445baf238930633bbd, type: 3} - m_Name: Ntt_C01E8510 - m_EditorClassIdentifier: - id: 72057594037928215 - technicalName: Ntt_C01E8510 - parentId: 216172785005863603 - childrenIds: - mAttachments: - listIds: - mDisplayName: Kirian - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 40, y: 40} - mZIndex: 2 - mSize: {x: 256, y: 196} - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 72057594037928245 - mShortId: 3223225616 ---- !u!114 &6548034227593716803 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_C18C47A0 - m_EditorClassIdentifier: - id: 72057594037928587 - technicalName: DFr_C18C47A0 - parentId: 72057594037928225 - childrenIds: - mMenuText: Curse? - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: A curse? That doesn't sound good. - mExternalId: - mPosition: {x: 3700, y: 550} - mZIndex: 31 - mSize: {x: 225, y: 200} - mShortId: 3247196064 - mInputPins: - value: - - id: 72057594037928590 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928587 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928591 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928587 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928688 - mTarget: - objectRef: 72057594037928685 - mOwnerInstanceId: 0 ---- !u!114 &6719076168425828106 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_937E84CD - m_EditorClassIdentifier: - id: 72057594037928290 - technicalName: DFr_937E84CD - parentId: 72057594037928219 - childrenIds: - mMenuText: Long travels - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: It was a long journey I had to take. But I am finally here. - mExternalId: - mPosition: {x: 650, y: 475} - mZIndex: 10 - mSize: {x: 225, y: 200} - mShortId: 2474542285 - mInputPins: - value: - - id: 72057594037928293 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928290 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928294 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928290 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928286 - mTarget: - objectRef: 72057594037928283 - mOwnerInstanceId: 0 ---- !u!114 &6777013411216345972 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fb9db56664043274faaedc1ca183be51, type: 3} - m_Name: Dlg_8C6B33D0 - m_EditorClassIdentifier: - id: 72057594037928219 - technicalName: Dlg_8C6B33D0 - parentId: 216172783251375095 - childrenIds: 3b0100000000000142010000000000014d0100000000000154010000000000015b0100000000000162010000000000016c010000000000017a01000000000001800100000000000186010000000000019301000000000001a101000000000001a701000000000001ae01000000000001bb01000000000001c201000000000001c901000000000001d001000000000001d901000000000001e001000000000001e701000000000001ee01000000000001f50100000000000173010000000000019b01000000000001 - mAttachments: - listIds: 0f010000000000011701000000000001 - mDisplayName: Dialogue 1 - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 0 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 217, y: 275} - mZIndex: 0 - mSize: {x: 291, y: 200} - mShortId: 2355835856 - mInputPins: - value: - - id: 72057594037928222 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928219 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928254 - mTarget: - objectRef: 72057594037928251 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928272 - mTarget: - objectRef: 72057594037928269 - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928223 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928219 - mConnections: - value: [] - mOwnerInstanceId: 0 ---- !u!114 &6980756570328971532 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_C58501C0 - m_EditorClassIdentifier: - id: 72057594037928742 - technicalName: DFr_C58501C0 - parentId: 72057594037928732 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Hi there. How are things? - mExternalId: - mPosition: {x: 750, y: 600} - mZIndex: 0 - mSize: {x: 225, y: 200} - mShortId: 3313828288 - mInputPins: - value: - - id: 72057594037928745 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928742 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928746 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928742 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928752 - mTarget: - objectRef: 72057594037928749 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928758 - mTarget: - objectRef: 72057594037928755 - mOwnerInstanceId: 0 ---- !u!114 &7031293325961349662 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c7d042b24051efa4dae8a3d2f137a3b1, type: 3} - m_Name: Ufo_F9A0B0B5 - m_EditorClassIdentifier: - id: 72057594037928205 - technicalName: Ufo_F9A0B0B5 - parentId: 216172783392894804 - childrenIds: - mDisplayName: Miscellaneous - mExternalId: - mShortId: 4188057781 - mZIndex: 0 ---- !u!114 &7247826323280296639 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_BFFA0DA2 - m_EditorClassIdentifier: - id: 72057594037928716 - technicalName: DFr_BFFA0DA2 - parentId: 72057594037928637 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928215 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Hey! Ho! Let's go! Gabba, gabba, hey! - mExternalId: - mPosition: {x: 2150, y: 500} - mZIndex: 8 - mSize: {x: 225, y: 200} - mShortId: 3220835746 - mInputPins: - value: - - id: 72057594037928719 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928716 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928720 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928716 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928641 - mTarget: - objectRef: 72057594037928637 - mOwnerInstanceId: 0 ---- !u!114 &7332480980432174249 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fb9db56664043274faaedc1ca183be51, type: 3} - m_Name: Dlg_80270600 - m_EditorClassIdentifier: - id: 72057594037928225 - technicalName: Dlg_80270600 - parentId: 216172783251375095 - childrenIds: fd0100000000000104020000000000010b02000000000001180200000000000136020000000000013f0200000000000146020000000000014c0200000000000156020000000000015c0200000000000164020000000000017d0200000000000185020000000000018b0200000000000191020000000000019802000000000001a602000000000001ad02000000000001dd02000000000001e702000000000001ed020000000000016c020000000000017202000000000001f3020000000000019f02000000000001 - mAttachments: - listIds: 0f010000000000011301000000000001 - mDisplayName: Dialogue 2 - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 0 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 642, y: 275} - mZIndex: 1 - mSize: {x: 291, y: 200} - mShortId: 2150041088 - mInputPins: - value: - - id: 72057594037928228 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928225 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928448 - mTarget: - objectRef: 72057594037928445 - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928455 - mTarget: - objectRef: 72057594037928452 - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928229 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928225 - mConnections: - value: [] - mOwnerInstanceId: 0 ---- !u!114 &8031486093110864852 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_D260A08E - m_EditorClassIdentifier: - id: 72057594037928786 - technicalName: DFr_D260A08E - parentId: 72057594037928732 - childrenIds: - mMenuText: Too cold - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: I am freezing, where is the sun? - mExternalId: - mPosition: {x: 1712, y: 625} - mZIndex: 13 - mSize: {x: 225, y: 200} - mShortId: 3529547918 - mInputPins: - value: - - id: 72057594037928789 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928786 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928790 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928786 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928775 - mTarget: - objectRef: 72057594037928774 - mOwnerInstanceId: 0 ---- !u!114 &8036926849506857995 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_97BE50F2 - m_EditorClassIdentifier: - id: 72057594037928534 - technicalName: DFr_97BE50F2 - parentId: 72057594037928225 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928211 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: The task I ask of you is not without danger. We will reward you accordingly. - mExternalId: - mPosition: {x: 2750, y: 425} - mZIndex: 16 - mSize: {x: 225, y: 200} - mShortId: 2545832178 - mInputPins: - value: - - id: 72057594037928537 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928534 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928538 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928534 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928551 - mTarget: - objectRef: 72057594037928548 - mOwnerInstanceId: 0 ---- !u!114 &8175308282100999392 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} - m_Name: DFr_D58D3529 - m_EditorClassIdentifier: - id: 72057594037928437 - technicalName: DFr_D58D3529 - parentId: 72057594037928219 - childrenIds: - mMenuText: - mStageDirections: - mSpeaker: - objectRef: 72057594037928207 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: Thank you. And don't worry - mum's the word. - mExternalId: - mPosition: {x: 4100, y: 350} - mZIndex: 51 - mSize: {x: 225, y: 200} - mShortId: 3582801193 - mInputPins: - value: - - id: 72057594037928440 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928437 - mConnections: - value: [] - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928441 - mText: - value: - handlerId: 4 - ownerId: 72057594037928437 - ownerInstanceId: 0 - mRawScript: GameState.gotTip = true - mOwner: 72057594037928437 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928403 - mTarget: - objectRef: 72057594037928400 - mOwnerInstanceId: 0 ---- !u!114 &9098712972557391514 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fb9db56664043274faaedc1ca183be51, type: 3} - m_Name: Dlg_19BF0109 - m_EditorClassIdentifier: - id: 72057594037928637 - technicalName: Dlg_19BF0109 - parentId: 72057594037928724 - childrenIds: c702000000000001ce02000000000001d50200000000000105030000000000010c03000000000001 - mAttachments: - listIds: 0f010000000000011701000000000001 - mDisplayName: Linear Test - mPreviewImage: - mViewBoxX: 0 - mViewBoxY: 0 - mViewBoxWidth: 0 - mViewBoxHeight: 0 - mMode: 0 - mAsset: - objectRef: 0 - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mText: - mExternalId: - mPosition: {x: 788, y: 651} - mZIndex: 4 - mSize: {x: 291, y: 200} - mShortId: 431948041 - mInputPins: - value: - - id: 72057594037928640 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928637 - mConnections: - value: - - mLabel: - mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} - mTargetPin: 72057594037928650 - mTarget: - objectRef: 72057594037928647 - mOwnerInstanceId: 0 - mOutputPins: - value: - - id: 72057594037928641 - mText: - value: - handlerId: 0 - ownerId: 0 - ownerInstanceId: 0 - mRawScript: - mOwner: 72057594037928637 - mConnections: - value: [] - mOwnerInstanceId: 0 diff --git a/Assets/ArticyImporter/Content/Generated/Resources/ArticyDatabase.asset b/Assets/ArticyImporter/Content/Generated/Resources/ArticyDatabase.asset index ec5757bf96392c55d6590e5e987decca178d8eff..88afbd0b0e1f69e85358eb12cf989a64f0a4c4ba 100644 --- a/Assets/ArticyImporter/Content/Generated/Resources/ArticyDatabase.asset +++ b/Assets/ArticyImporter/Content/Generated/Resources/ArticyDatabase.asset @@ -1,6 +1,32 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: ---- !u!114 &-8164816383407484562 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -1676762633, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: ArticyDatabase + m_EditorClassIdentifier: + mHierarchy: {fileID: 92882610392906493} + mLocalization: {fileID: 1105480772320505602} + mInternalProject: + mName: VIA/VR Scenario + mDetailName: + mId: 60d852f6-273d-4a9a-8b83-eef79f8dc671 + mTechnicalName: ViaVr + mImportedAssets: [] + mDefaultGlobalVariables: {fileID: 4123147735054654569} + mScriptFragments: {fileID: 8041021278647052462} + mPackages: + - PackageName: Export package + PackagePath: Export package + mIsDefaultPackage: 1 +--- !u!114 &92882610392906493 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -15,40 +41,35 @@ MonoBehaviour: serializedNodes: - id: 72057594037927937 parent: 0 - technicalName: UnityImporterTutorial + technicalName: ViaVr articyType: Project - childCount: 10 + childCount: 6 - id: 216172786292838683 parent: 72057594037927937 technicalName: ProjectSettings articyType: ProjectSettingsFolder - childCount: 4 - - id: 72057594037928189 + childCount: 3 + - id: 72057594037927962 parent: 216172786292838683 technicalName: articyType: ProjectSettingsFlow childCount: 0 - - id: 72057594037928186 + - id: 72057594037927960 parent: 216172786292838683 technicalName: articyType: ProjectSettingsGeneral childCount: 0 - - id: 72057594037928187 + - id: 72057594037927961 parent: 216172786292838683 technicalName: articyType: ProjectSettingsJourneys childCount: 0 - - id: 72057594037928188 - parent: 216172786292838683 - technicalName: - articyType: ProjectSettingsLocation - childCount: 0 - id: 216172782840400980 parent: 72057594037927937 technicalName: GlobalVariables articyType: GlobalVariables childCount: 1 - - id: 72057594037928235 + - id: 72057594037927963 parent: 216172782840400980 technicalName: articyType: VariableSet @@ -57,406 +78,116 @@ MonoBehaviour: parent: 72057594037927937 technicalName: Flow articyType: Flow - childCount: 6 - - id: 72057594037928238 - parent: 216172783251375095 - technicalName: - articyType: Comment - childCount: 0 - - id: 72057594037928240 - parent: 216172783251375095 - technicalName: - articyType: Comment - childCount: 0 - - id: 72057594037928730 - parent: 216172783251375095 - technicalName: - articyType: Comment - childCount: 0 - - id: 72057594037928724 + childCount: 3 + - id: 72057594037927991 parent: 216172783251375095 - technicalName: FFr_F5EA4EA6 - articyType: FlowFragment - childCount: 4 - - id: 72057594037928643 - parent: 72057594037928724 - technicalName: - articyType: Comment - childCount: 0 - - id: 72057594037928738 - parent: 72057594037928724 - technicalName: - articyType: Comment - childCount: 0 - - id: 72057594037928637 - parent: 72057594037928724 - technicalName: Dlg_19BF0109 - articyType: Dialogue - childCount: 5 - - id: 72057594037928647 - parent: 72057594037928637 - technicalName: DFr_ED5DF485 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928654 - parent: 72057594037928637 - technicalName: DFr_17E8B79F - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928661 - parent: 72057594037928637 - technicalName: DFr_C1574955 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928709 - parent: 72057594037928637 - technicalName: DFr_3EDA6235 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928716 - parent: 72057594037928637 - technicalName: DFr_BFFA0DA2 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928732 - parent: 72057594037928724 - technicalName: Dlg_BCE87EF3 + technicalName: Test_Dialogue_1 articyType: Dialogue - childCount: 8 - - id: 72057594037928742 - parent: 72057594037928732 - technicalName: DFr_C58501C0 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928749 - parent: 72057594037928732 - technicalName: DFr_F76CB9F9 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928755 - parent: 72057594037928732 - technicalName: DFr_BAD9F592 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928765 - parent: 72057594037928732 - technicalName: DFr_79D29BF3 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928780 - parent: 72057594037928732 - technicalName: DFr_98281AB9 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928786 - parent: 72057594037928732 - technicalName: DFr_D260A08E + childCount: 3 + - id: 72057594037928083 + parent: 72057594037927991 + technicalName: DFr_873D91B3 articyType: DialogueFragment childCount: 0 - - id: 72057594037928792 - parent: 72057594037928732 - technicalName: DFr_EB3D8305 + - id: 72057594037928089 + parent: 72057594037927991 + technicalName: DFr_63715C29 articyType: DialogueFragment childCount: 0 - - id: 72057594037928774 - parent: 72057594037928732 - technicalName: DFr_5CD4C92B + - id: 72057594037928097 + parent: 72057594037927991 + technicalName: DFr_64FEE19A articyType: DialogueFragment childCount: 0 - - id: 72057594037928219 + - id: 72057594037927979 parent: 216172783251375095 - technicalName: Dlg_8C6B33D0 + technicalName: Test_Dialogue_2A articyType: Dialogue - childCount: 25 - - id: 72057594037928251 - parent: 72057594037928219 - technicalName: DFr_051B7DD2 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928269 - parent: 72057594037928219 - technicalName: DFr_734FEB33 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928258 - parent: 72057594037928219 - technicalName: DFr_036E6EA6 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928290 - parent: 72057594037928219 - technicalName: DFr_937E84CD - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928283 - parent: 72057594037928219 - technicalName: DFr_555939CB - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928300 - parent: 72057594037928219 - technicalName: DFr_4BFC6044 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928276 - parent: 72057594037928219 - technicalName: DFr_CE143CDC + childCount: 8 + - id: 72057594037927998 + parent: 72057594037927979 + technicalName: DFr_97DB3541 articyType: DialogueFragment childCount: 0 - - id: 72057594037928307 - parent: 72057594037928219 - technicalName: Hub_6F4EAF29 + - id: 72057594037928008 + parent: 72057594037927979 + technicalName: Hub_B7DF6639 articyType: Hub childCount: 0 - - id: 72057594037928314 - parent: 72057594037928219 - technicalName: DFr_6540F317 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928320 - parent: 72057594037928219 - technicalName: DFr_83758E1C - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928326 - parent: 72057594037928219 - technicalName: DFr_1A5B8416 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928353 - parent: 72057594037928219 - technicalName: DFr_FFE3CE99 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928359 - parent: 72057594037928219 - technicalName: DFr_772E01C2 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928339 - parent: 72057594037928219 - technicalName: DFr_9D6B9F47 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928366 - parent: 72057594037928219 - technicalName: DFr_671CD267 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928409 - parent: 72057594037928219 - technicalName: DFr_153D469C - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928379 - parent: 72057594037928219 - technicalName: DFr_73753FEE + - id: 72057594037928014 + parent: 72057594037927979 + technicalName: DFr_AE932E46 articyType: DialogueFragment childCount: 0 - - id: 72057594037928416 - parent: 72057594037928219 - technicalName: DFr_85676098 + - id: 72057594037928034 + parent: 72057594037927979 + technicalName: DFr_FFDB0717 articyType: DialogueFragment childCount: 0 - - id: 72057594037928386 - parent: 72057594037928219 - technicalName: DFr_3E0251B9 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928423 - parent: 72057594037928219 - technicalName: DFr_B089ADB5 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928393 - parent: 72057594037928219 - technicalName: DFr_C2C050D6 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928430 - parent: 72057594037928219 - technicalName: DFr_D85A5126 + - id: 72057594037928043 + parent: 72057594037927979 + technicalName: DFr_7672325F articyType: DialogueFragment childCount: 0 - - id: 72057594037928437 - parent: 72057594037928219 - technicalName: DFr_D58D3529 + - id: 72057594037928019 + parent: 72057594037927979 + technicalName: DFr_3EA4BB16 articyType: DialogueFragment childCount: 0 - - id: 72057594037928400 - parent: 72057594037928219 - technicalName: DFr_FFFD9FE4 + - id: 72057594037928049 + parent: 72057594037927979 + technicalName: DFr_4571D1A3 articyType: DialogueFragment childCount: 0 - - id: 72057594037928347 - parent: 72057594037928219 - technicalName: Jmp_F087E397 + - id: 72057594037928028 + parent: 72057594037927979 + technicalName: Jmp_070767CE articyType: Jump childCount: 0 - - id: 72057594037928225 + - id: 72057594037927985 parent: 216172783251375095 - technicalName: Dlg_80270600 + technicalName: Test_Dialogue_2B articyType: Dialogue - childCount: 25 - - id: 72057594037928445 - parent: 72057594037928225 - technicalName: DFr_0ADD76DD - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928452 - parent: 72057594037928225 - technicalName: DFr_B29FF06C - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928459 - parent: 72057594037928225 - technicalName: DFr_E5A503CB - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928573 - parent: 72057594037928225 - technicalName: DFr_CDDD87E1 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928472 - parent: 72057594037928225 - technicalName: DFr_40F502D3 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928562 - parent: 72057594037928225 - technicalName: Jmp_F2E7FD71 - articyType: Jump - childCount: 0 - - id: 72057594037928502 - parent: 72057594037928225 - technicalName: DFr_239E650A - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928511 - parent: 72057594037928225 - technicalName: DFr_7225F0A4 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928518 - parent: 72057594037928225 - technicalName: DFr_AE76FD71 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928524 - parent: 72057594037928225 - technicalName: DFr_519F3783 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928534 - parent: 72057594037928225 - technicalName: DFr_97BE50F2 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928540 - parent: 72057594037928225 - technicalName: DFr_346C9824 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928548 - parent: 72057594037928225 - technicalName: DFr_8F9A05A4 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928556 - parent: 72057594037928225 - technicalName: Hub_93724850 - articyType: Hub - childCount: 0 - - id: 72057594037928581 - parent: 72057594037928225 - technicalName: DFr_41B7C34B - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928587 - parent: 72057594037928225 - technicalName: DFr_C18C47A0 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928593 - parent: 72057594037928225 - technicalName: DFr_A95E9253 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928600 - parent: 72057594037928225 - technicalName: DFr_3A9EDA62 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928679 - parent: 72057594037928225 - technicalName: DFr_5DBB5368 - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928685 - parent: 72057594037928225 - technicalName: DFr_C73E354E - articyType: DialogueFragment - childCount: 0 - - id: 72057594037928607 - parent: 72057594037928225 - technicalName: Cnd_BBA54379 - articyType: Condition - childCount: 0 - - id: 72057594037928691 - parent: 72057594037928225 - technicalName: Jmp_83A87C4F - articyType: Jump - childCount: 0 - - id: 72057594037928669 - parent: 72057594037928225 - technicalName: DFr_2F96A000 + childCount: 3 + - id: 72057594037928062 + parent: 72057594037927985 + technicalName: DFr_8AF42064 articyType: DialogueFragment childCount: 0 - - id: 72057594037928614 - parent: 72057594037928225 - technicalName: DFr_426B8005 + - id: 72057594037928069 + parent: 72057594037927985 + technicalName: DFr_CBE66EE6 articyType: DialogueFragment childCount: 0 - - id: 72057594037928621 - parent: 72057594037928225 - technicalName: DFr_98AA31D9 + - id: 72057594037928076 + parent: 72057594037927985 + technicalName: DFr_A4971ED0 articyType: DialogueFragment childCount: 0 - id: 216172785005863603 parent: 72057594037927937 technicalName: Entities articyType: Entities - childCount: 3 - - id: 72057594037928215 + childCount: 4 + - id: 72057594037927971 parent: 216172785005863603 - technicalName: Ntt_C01E8510 + technicalName: A articyType: Entity childCount: 0 - - id: 72057594037928211 + - id: 72057594037927975 parent: 216172785005863603 - technicalName: Ntt_B1F02A9D + technicalName: B articyType: Entity childCount: 0 - - id: 72057594037928207 + - id: 72057594037928004 parent: 216172785005863603 - technicalName: Ntt_65BA230A + technicalName: C articyType: Entity childCount: 0 - - id: 216172782940115884 - parent: 72057594037927937 - technicalName: Locations - articyType: Locations - childCount: 0 - - id: 216172782386062064 - parent: 72057594037927937 - technicalName: Documents - articyType: Documents - childCount: 0 - - id: 216172782708290162 - parent: 72057594037927937 - technicalName: Journeys - articyType: Journeys + - id: 72057594037927967 + parent: 216172785005863603 + technicalName: Player + articyType: Entity childCount: 0 - id: 216172782815217020 parent: 72057594037927937 @@ -467,16 +198,6 @@ MonoBehaviour: parent: 216172782815217020 technicalName: Features articyType: Features - childCount: 2 - - id: 72057594037927944 - parent: 216172785641213376 - technicalName: DefaultBasicCharacterFeature - articyType: Feature - childCount: 0 - - id: 72057594037928003 - parent: 216172785641213376 - technicalName: DefaultExtendedCharacterFeature - articyType: Feature childCount: 0 - id: 216172782852592046 parent: 216172782815217020 @@ -517,12 +238,7 @@ MonoBehaviour: parent: 216172782815217020 technicalName: Templates articyType: Templates - childCount: 18 - - id: 216172782925599000 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 + childCount: 8 - id: 216172785817780125 parent: 216172784713633229 technicalName: @@ -538,25 +254,10 @@ MonoBehaviour: technicalName: articyType: TemplateTypeFolder childCount: 0 - - id: 216172786085793667 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 - id: 216172784138869361 parent: 216172784713633229 technicalName: articyType: TemplateTypeFolder - childCount: 2 - - id: 72057594037928085 - parent: 216172784138869361 - technicalName: DefaultMainCharacterTemplate - articyType: Template - childCount: 0 - - id: 72057594037928043 - parent: 216172784138869361 - technicalName: DefaultSupportingCharacterTemplate - articyType: Template childCount: 0 - id: 216172783944319605 parent: 216172784713633229 @@ -568,11 +269,6 @@ MonoBehaviour: technicalName: articyType: TemplateTypeFolder childCount: 0 - - id: 216172785542236144 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 - id: 216172785234488879 parent: 216172784713633229 technicalName: @@ -583,142 +279,16 @@ MonoBehaviour: technicalName: articyType: TemplateTypeFolder childCount: 0 - - id: 216172786328477020 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 - - id: 216172784576846222 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 - - id: 216172783507662867 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 - - id: 216172783227679388 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 - - id: 216172786225525660 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 - - id: 216172784638832577 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 - - id: 216172784917004375 - parent: 216172784713633229 - technicalName: - articyType: TemplateTypeFolder - childCount: 0 - - id: 216172782503605138 + - id: 72057594037928105 parent: 72057594037927937 technicalName: - articyType: RuleSets - childCount: 1 - - id: 72057594037928191 - parent: 216172782503605138 - technicalName: articyType: RuleSet childCount: 1 - - id: 72057594037928194 - parent: 72057594037928191 + - id: 72057594037928108 + parent: 72057594037928105 technicalName: articyType: RuleSetPackage childCount: 0 - - id: 216172783392894804 - parent: 72057594037927937 - technicalName: Assets - articyType: Assets - childCount: 5 - - id: 72057594037928201 - parent: 216172783392894804 - technicalName: Ufo_E52E5680 - articyType: AssetsUserFolder - childCount: 0 - - id: 72057594037928203 - parent: 216172783392894804 - technicalName: Ufo_9DC42329 - articyType: AssetsUserFolder - childCount: 0 - - id: 72057594037928197 - parent: 216172783392894804 - technicalName: Ufo_126E1374 - articyType: AssetsUserFolder - childCount: 3 - - id: 72057594037928242 - parent: 72057594037928197 - technicalName: Ast_C2F4992D - articyType: Asset - childCount: 0 - - id: 72057594037928245 - parent: 72057594037928197 - technicalName: Ast_EA0AE647 - articyType: Asset - childCount: 0 - - id: 72057594037928248 - parent: 72057594037928197 - technicalName: Ast_8ADE173A - articyType: Asset - childCount: 0 - - id: 72057594037928205 - parent: 216172783392894804 - technicalName: Ufo_F9A0B0B5 - articyType: AssetsUserFolder - childCount: 0 - - id: 72057594037928199 - parent: 216172783392894804 - technicalName: Ufo_8B9CAC75 - articyType: AssetsUserFolder - childCount: 0 ---- !u!114 &-7424925516434503736 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6c0f21a28a202a04b858190ebcf3c689, type: 3} - m_Name: ArticyScriptFragments - m_EditorClassIdentifier: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -1676762633, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ArticyDatabase - m_EditorClassIdentifier: - mHierarchy: {fileID: -8164816383407484562} - mLocalization: {fileID: 1105480772320505602} - mInternalProject: - mName: Unity Importer Tutorial - mDetailName: articy:draft Importer for Unity tutorial series - mId: 5073f84d-fd65-40fa-8eca-f3f80ed30882 - mTechnicalName: UnityImporterTutorial - mImportedAssets: - - Assets/Images/ava_guinevere_01 - - Assets/Images/ava_sitlancelot_01 - - Assets/Images/Class_Template_Entity_MainCharacter_256 - mDefaultGlobalVariables: {fileID: 7466539428457371862} - mScriptFragments: {fileID: -7424925516434503736} - mPackages: - - PackageName: All objects - PackagePath: All objects - mIsDefaultPackage: 1 --- !u!114 &1105480772320505602 MonoBehaviour: m_ObjectHideFlags: 3 @@ -739,7 +309,7 @@ MonoBehaviour: mThrowOnMissingText: 0 mClearOnLanguageSwitch: 1 mExportLanguage: en ---- !u!114 &7466539428457371862 +--- !u!114 &4123147735054654569 MonoBehaviour: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} @@ -752,20 +322,33 @@ MonoBehaviour: m_Name: DefaultGlobalVariables m_EditorClassIdentifier: BoolVariableCache: - - mFullQualifiedName: GameState.gotTip + - mFullQualifiedName: Variables.AskedQuestion mVar: values: 00 - - mFullQualifiedName: GameState.dialogue1Visited + IntVariableCache: + - mFullQualifiedName: Variables.DialogueCount mVar: - values: 00 - - mFullQualifiedName: GameState.dialogue2Visited + values: 00000000 + StringVariableCache: + - mFullQualifiedName: Variables.Question mVar: - values: 00 - IntVariableCache: [] - StringVariableCache: [] + values: + - '"Hello"' LiveBoolVariableCache: [] LiveIntVariableCache: [] LiveStringVariableCache: [] isInitialized: 1 - mGameState: - _VariableStorage: {fileID: 7466539428457371862} + mVariables: + _VariableStorage: {fileID: 4123147735054654569} +--- !u!114 &8041021278647052462 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 6c0f21a28a202a04b858190ebcf3c689, type: 3} + m_Name: ArticyScriptFragments + m_EditorClassIdentifier: diff --git a/Assets/ArticyImporter/Content/Generated/Resources/ArticyTypeSystem.asset b/Assets/ArticyImporter/Content/Generated/Resources/ArticyTypeSystem.asset index 8e52726805033a4718812c893bc6ecb83235f881..1d8b8dacc385ddf8e1da401b9b702acfb1c6b549 100644 --- a/Assets/ArticyImporter/Content/Generated/Resources/ArticyTypeSystem.asset +++ b/Assets/ArticyImporter/Content/Generated/Resources/ArticyTypeSystem.asset @@ -1,6 +1,6 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: ---- !u!114 &-9025793224571770481 +--- !u!114 &-9189214150073158398 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -9,13 +9,16 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PathCaps.ColoredDot + m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: Attachments m_EditorClassIdentifier: - mTechnicalName: ColoredDot - mDisplayName: ColoredDot - mValue: 0 ---- !u!114 &-8967664907528017036 + mTechnicalName: Attachments + mDisplayName: + mIsTemplateProperty: 0 + mPropertyType: Articy.ViaVr.List`1, Assembly-CSharp + mConstraintNames: + mConstraintValues: [] +--- !u!114 &-9145219546275191011 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -24,13 +27,22 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutlineStyle.Solid + m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: VisibilityModes m_EditorClassIdentifier: - mTechnicalName: Solid - mDisplayName: Solid - mValue: 0 ---- !u!114 &-8966738486497324543 + mTechnicalName: VisibilityModes + mDisplayName: VisibilityModes + mBaseType: {fileID: 0} + mCSharpType: Articy.ViaVr.VisibilityModes, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mIsEnum: 1 + mHasTemplate: 0 + mFeatures: [] + mProperties: [] + mEnumValues: + - {fileID: 2883498336611993086} + - {fileID: -6926772517670678492} +--- !u!114 &-8868111531055097802 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -40,15 +52,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: TargetPin + m_Name: InputPins m_EditorClassIdentifier: - mTechnicalName: TargetPin + mTechnicalName: InputPins mDisplayName: mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.UInt64, Assembly-CSharp + mPropertyType: Articy.ViaVr.List`1, Assembly-CSharp mConstraintNames: mConstraintValues: [] ---- !u!114 &-8939288048357817792 +--- !u!114 &-8748899712495409661 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -57,16 +69,23 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ForcedHeight + m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: LocationAnchorSize m_EditorClassIdentifier: - mTechnicalName: ForcedHeight - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &-8664385955540656218 + mTechnicalName: LocationAnchorSize + mDisplayName: LocationAnchorSize + mBaseType: {fileID: 0} + mCSharpType: Articy.ViaVr.LocationAnchorSize, Assembly-CSharp, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + mIsEnum: 1 + mHasTemplate: 0 + mFeatures: [] + mProperties: [] + mEnumValues: + - {fileID: -8019977461817881250} + - {fileID: 8324996557654795480} + - {fileID: 1881223734723883452} +--- !u!114 &-8722914595478532889 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -75,26 +94,17 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ArticyObject + m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: Speaker m_EditorClassIdentifier: - mTechnicalName: ArticyObject + mTechnicalName: Speaker mDisplayName: - mBaseType: {fileID: 0} - mCSharpType: Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, + mIsTemplateProperty: 0 + mPropertyType: Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: -2515399950578176514} - - {fileID: 5002945659846903166} - - {fileID: 5705656425462785397} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &-8659876510863276911 + mConstraintNames: + mConstraintValues: [] +--- !u!114 &-8638778470643448799 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -104,47 +114,24 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Path + m_Name: OutlineStyle m_EditorClassIdentifier: - mTechnicalName: Path - mDisplayName: Path - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Path, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 + mTechnicalName: OutlineStyle + mDisplayName: OutlineStyle + mBaseType: {fileID: 0} + mCSharpType: Articy.ViaVr.OutlineStyle, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mIsEnum: 1 mHasTemplate: 0 mFeatures: [] - mProperties: - - {fileID: 5487474637645140333} - - {fileID: 2421972538250902568} - - {fileID: 2922543609564710077} - - {fileID: -5933668996421772228} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 8162876893378000332} - - {fileID: 5425393528874553944} - - {fileID: -4118573180622553707} - - {fileID: 8943586072209810337} - - {fileID: -4458260056769918783} - - {fileID: 2957262996138628649} - - {fileID: -3608586796867853702} - - {fileID: -1401732280901061980} - - {fileID: 5892619049999318982} - - {fileID: -1861658091464914467} - - {fileID: 7308814095919103302} - - {fileID: -669905343708357641} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &-8501964326500737419 + mProperties: [] + mEnumValues: + - {fileID: -1433844049014459433} + - {fileID: 2828516935800887653} + - {fileID: -4116823003661442078} + - {fileID: 5307434293598041778} + - {fileID: -5303996908048872396} +--- !u!114 &-8495564542377826984 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -154,73 +141,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PathCaps.Diamond - m_EditorClassIdentifier: - mTechnicalName: Diamond - mDisplayName: Diamond - mValue: 4 ---- !u!114 &-8453506079847778460 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultBasicCharacterFeature.Sex - m_EditorClassIdentifier: - mTechnicalName: DefaultBasicCharacterFeature.Sex - mDisplayName: Sex - mIsTemplateProperty: 1 - mPropertyType: Articy.UnityImporterTutorial.Sex, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - False - - - - False - - True - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - BySortIndex - - ---- !u!114 &-8400428661987350444 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PreviewImageViewBoxModes + m_Name: PathCaps.None m_EditorClassIdentifier: - mTechnicalName: PreviewImageViewBoxModes - mDisplayName: PreviewImageViewBoxModes - mBaseType: {fileID: 0} - mCSharpType: Articy.Unity.PreviewImageViewBoxModes, ArticyRuntime, Version=2.5.1.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 1 - mHasTemplate: 0 - mFeatures: [] - mProperties: [] - mEnumValues: - - {fileID: 3045900055309308813} - - {fileID: -3271922915094490775} ---- !u!114 &-8201253250945490850 + mTechnicalName: None + mDisplayName: None + mValue: 1 +--- !u!114 &-8455439766739654800 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -230,15 +156,16 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: CachedImageWidth + m_Name: Position m_EditorClassIdentifier: - mTechnicalName: CachedImageWidth + mTechnicalName: Position mDisplayName: mIsTemplateProperty: 0 - mPropertyType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + mPropertyType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null mConstraintNames: mConstraintValues: [] ---- !u!114 &-8034797343106258202 +--- !u!114 &-8392993662882533130 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -248,16 +175,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Speaker + m_Name: MenuText m_EditorClassIdentifier: - mTechnicalName: Speaker + mTechnicalName: MenuText mDisplayName: mIsTemplateProperty: 0 - mPropertyType: Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, - PublicKeyToken=null + mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &-7764049818632521092 +--- !u!114 &-8276521893527974206 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -267,35 +193,36 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Hub + m_Name: Instruction m_EditorClassIdentifier: - mTechnicalName: Hub - mDisplayName: Hub - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Hub, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null + mTechnicalName: Instruction + mDisplayName: Instruction + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.Instruction, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null mIsEnum: 0 mHasTemplate: 0 mFeatures: [] mProperties: - - {fileID: 5487474637645140333} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: 247101185812632144} - - {fileID: 1535331794074046062} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} + - {fileID: 2392983087699091707} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: 3765218721691186697} + - {fileID: 2734357654540971499} + - {fileID: 6498191937304105368} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -8868111531055097802} + - {fileID: -5459899976097457787} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} mEnumValues: [] ---- !u!114 &-7692703778400751515 +--- !u!114 &-8105329146131826360 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -305,30 +232,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Sex.Female - m_EditorClassIdentifier: - mTechnicalName: Female - mDisplayName: Female - mValue: 1 ---- !u!114 &-7656462119667707006 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: CreatedBy + m_Name: PathCaps.Square m_EditorClassIdentifier: - mTechnicalName: CreatedBy - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &-7020760767422059339 + mTechnicalName: Square + mDisplayName: Square + mValue: 5 +--- !u!114 &-8038115183648886641 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -337,44 +246,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Spot + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: PreviewImageViewBoxModes.Custom m_EditorClassIdentifier: - mTechnicalName: Spot - mDisplayName: Spot - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Spot, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 5487474637645140333} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 2421972538250902568} - - {fileID: 6250720519038775082} - - {fileID: 8162876893378000332} - - {fileID: -4118573180622553707} - - {fileID: 8943586072209810337} - - {fileID: -4458260056769918783} - - {fileID: -3608586796867853702} - - {fileID: -1401732280901061980} - - {fileID: 5892619049999318982} - - {fileID: 2957262996138628649} - - {fileID: 5425393528874553944} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &-6928395731990965763 + mTechnicalName: Custom + mDisplayName: Custom + mValue: 1 +--- !u!114 &-8019977461817881250 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -383,34 +261,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultExtendedCharacterFeature.Fears + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: LocationAnchorSize.Small m_EditorClassIdentifier: - mTechnicalName: DefaultExtendedCharacterFeature.Fears - mDisplayName: Weaknesses - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - True - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &-6847901868452275836 + mTechnicalName: Small + mDisplayName: Small + mValue: 0 +--- !u!114 &-7627978513278563995 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -420,16 +277,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Color + m_Name: InstanceId m_EditorClassIdentifier: - mTechnicalName: Color + mTechnicalName: InstanceId mDisplayName: mIsTemplateProperty: 0 - mPropertyType: UnityEngine.Color, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null + mPropertyType: System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &-6618029740476849747 +--- !u!114 &-7432063745881071474 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -439,22 +295,21 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: LocationAnchorSize + m_Name: SelectabilityModes m_EditorClassIdentifier: - mTechnicalName: LocationAnchorSize - mDisplayName: LocationAnchorSize + mTechnicalName: SelectabilityModes + mDisplayName: SelectabilityModes mBaseType: {fileID: 0} - mCSharpType: Articy.UnityImporterTutorial.LocationAnchorSize, Assembly-CSharp, - Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + mCSharpType: Articy.ViaVr.SelectabilityModes, Assembly-CSharp, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null mIsEnum: 1 mHasTemplate: 0 mFeatures: [] mProperties: [] mEnumValues: - - {fileID: 7585769157123017249} - - {fileID: 3244719320876177722} - - {fileID: -2401410239231304793} ---- !u!114 &-6298306592035549420 + - {fileID: 3555388252479522129} + - {fileID: 636484834540046073} +--- !u!114 &-7201274537976499603 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -463,34 +318,27 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultBasicCharacterFeature.BornIn + m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: PathCaps m_EditorClassIdentifier: - mTechnicalName: DefaultBasicCharacterFeature.BornIn - mDisplayName: Born in - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - False - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &-6241824339172452770 + mTechnicalName: PathCaps + mDisplayName: PathCaps + mBaseType: {fileID: 0} + mCSharpType: Articy.ViaVr.PathCaps, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mIsEnum: 1 + mHasTemplate: 0 + mFeatures: [] + mProperties: [] + mEnumValues: + - {fileID: 8152410565766335552} + - {fileID: -8495564542377826984} + - {fileID: 1985720273272886750} + - {fileID: 7339663537917051673} + - {fileID: 6366280613019592991} + - {fileID: -8105329146131826360} + - {fileID: 615936740281625120} +--- !u!114 &-7072058330826132353 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -500,36 +348,29 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Instruction + m_Name: UserFolder m_EditorClassIdentifier: - mTechnicalName: Instruction - mDisplayName: Instruction - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Instruction, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null + mTechnicalName: UserFolder + mDisplayName: UserFolder + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.UserFolder, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null mIsEnum: 0 mHasTemplate: 0 mFeatures: [] mProperties: - - {fileID: 5487474637645140333} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5279346056276050482} - - {fileID: -6847901868452275836} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: 247101185812632144} - - {fileID: 1535331794074046062} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} + - {fileID: 2392983087699091707} + - {fileID: 4470867499700882483} + - {fileID: 3765218721691186697} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -90879690274115224} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} mEnumValues: [] ---- !u!114 &-6111918810098586337 +--- !u!114 &-6926772517670678492 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -539,12 +380,51 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Sex.Male + m_Name: VisibilityModes.Visible m_EditorClassIdentifier: - mTechnicalName: Male - mDisplayName: Male - mValue: 0 ---- !u!114 &-5993813525744802149 + mTechnicalName: Visible + mDisplayName: Visible + mValue: 1 +--- !u!114 &-5573242095573046087 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: Jump + m_EditorClassIdentifier: + mTechnicalName: Jump + mDisplayName: Jump + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.Jump, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mIsEnum: 0 + mHasTemplate: 0 + mFeatures: [] + mProperties: + - {fileID: 6498191937304105368} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: 3765218721691186697} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -5328353479806120356} + - {fileID: 2015165945393530087} + - {fileID: -8868111531055097802} + - {fileID: -5459899976097457787} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} + mEnumValues: [] +--- !u!114 &-5459899976097457787 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -554,16 +434,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Target + m_Name: OutputPins m_EditorClassIdentifier: - mTechnicalName: Target + mTechnicalName: OutputPins mDisplayName: mIsTemplateProperty: 0 - mPropertyType: Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, - PublicKeyToken=null + mPropertyType: Articy.ViaVr.List`1, Assembly-CSharp mConstraintNames: mConstraintValues: [] ---- !u!114 &-5968161933864229343 +--- !u!114 &-5451741378861532331 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -573,15 +452,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: TechnicalName + m_Name: ParentId m_EditorClassIdentifier: - mTechnicalName: TechnicalName + mTechnicalName: ParentId mDisplayName: mIsTemplateProperty: 0 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + mPropertyType: System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &-5933668996421772228 +--- !u!114 &-5328353479806120356 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -591,16 +470,16 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Transform + m_Name: Target m_EditorClassIdentifier: - mTechnicalName: Transform + mTechnicalName: Target mDisplayName: mIsTemplateProperty: 0 - mPropertyType: Articy.Unity.Transformation, ArticyRuntime, Version=2.5.1.0, Culture=neutral, + mPropertyType: Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, PublicKeyToken=null mConstraintNames: mConstraintValues: [] ---- !u!114 &-4966829014641783423 +--- !u!114 &-5303996908048872396 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -609,58 +488,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: VisibilityModes - m_EditorClassIdentifier: - mTechnicalName: VisibilityModes - mDisplayName: VisibilityModes - mBaseType: {fileID: 0} - mCSharpType: Articy.UnityImporterTutorial.VisibilityModes, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 1 - mHasTemplate: 0 - mFeatures: [] - mProperties: [] - mEnumValues: - - {fileID: 1470667131732962719} - - {fileID: 6926132858830428193} ---- !u!114 &-4857339350056890334 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultBasicCharacterFeature.Personality + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: OutlineStyle.DashDotDot m_EditorClassIdentifier: - mTechnicalName: DefaultBasicCharacterFeature.Personality - mDisplayName: Personality - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - True - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &-4458260056769918783 + mTechnicalName: DashDotDot + mDisplayName: DashDotDot + mValue: 4 +--- !u!114 &-4839359036658055008 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -670,15 +504,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DisplayNameSize + m_Name: CreatedBy m_EditorClassIdentifier: - mTechnicalName: DisplayNameSize + mTechnicalName: CreatedBy mDisplayName: mIsTemplateProperty: 0 - mPropertyType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &-4441361635325371024 +--- !u!114 &-4823179319609373373 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -688,29 +522,26 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: UserFolder + m_Name: ShapeType m_EditorClassIdentifier: - mTechnicalName: UserFolder - mDisplayName: UserFolder - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.UserFolder, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 + mTechnicalName: ShapeType + mDisplayName: ShapeType + mBaseType: {fileID: 0} + mCSharpType: Articy.ViaVr.ShapeType, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mIsEnum: 1 mHasTemplate: 0 mFeatures: [] - mProperties: - - {fileID: 5487474637645140333} - - {fileID: 3005873546870287595} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: 3286332211792437226} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &-4280399242478703924 + mProperties: [] + mEnumValues: + - {fileID: -1411774801482380880} + - {fileID: 221271117855176803} + - {fileID: -1554564813201033093} + - {fileID: 7057364448008754510} + - {fileID: 1008409883038019805} + - {fileID: -4784318948189339502} + - {fileID: -2244174644459994218} +--- !u!114 &-4784318948189339502 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -720,12 +551,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Sex.Unknown + m_Name: ShapeType.Polygon m_EditorClassIdentifier: - mTechnicalName: Unknown - mDisplayName: Unknown - mValue: 2 ---- !u!114 &-4118573180622553707 + mTechnicalName: Polygon + mDisplayName: Polygon + mValue: 5 +--- !u!114 &-4239943879622353458 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -735,15 +566,16 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShowDisplayName + m_Name: PreviewImage m_EditorClassIdentifier: - mTechnicalName: ShowDisplayName + mTechnicalName: PreviewImage mDisplayName: mIsTemplateProperty: 0 - mPropertyType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + mPropertyType: Articy.Unity.PreviewImage, ArticyRuntime, Version=2.5.1.0, Culture=neutral, + PublicKeyToken=null mConstraintNames: mConstraintValues: [] ---- !u!114 &-3914626926815732394 +--- !u!114 &-4116823003661442078 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -752,16 +584,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Text + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: OutlineStyle.Dash m_EditorClassIdentifier: - mTechnicalName: Text - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &-3692903176149227282 + mTechnicalName: Dash + mDisplayName: Dash + mValue: 2 +--- !u!114 &-3339638872278466915 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -770,13 +599,38 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutlineStyle.DashDotDot + m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: Dialogue m_EditorClassIdentifier: - mTechnicalName: DashDotDot - mDisplayName: DashDotDot - mValue: 4 ---- !u!114 &-3608586796867853702 + mTechnicalName: Dialogue + mDisplayName: Dialogue + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.Dialogue, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mIsEnum: 0 + mHasTemplate: 0 + mFeatures: [] + mProperties: + - {fileID: -9189214150073158398} + - {fileID: 2392983087699091707} + - {fileID: -4239943879622353458} + - {fileID: 6498191937304105368} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: 3765218721691186697} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -8868111531055097802} + - {fileID: -5459899976097457787} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} + mEnumValues: [] +--- !u!114 &-3060671191945276134 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -786,31 +640,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutlineColor + m_Name: Text m_EditorClassIdentifier: - mTechnicalName: OutlineColor + mTechnicalName: Text mDisplayName: mIsTemplateProperty: 0 - mPropertyType: UnityEngine.Color, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null + mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &-3271922915094490775 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PreviewImageViewBoxModes.Custom - m_EditorClassIdentifier: - mTechnicalName: Custom - mDisplayName: Custom - mValue: 1 ---- !u!114 &-3009815884216195149 +--- !u!114 &-2778834465942144736 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -820,63 +658,25 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutlineStyle + m_Name: ArticyObject m_EditorClassIdentifier: - mTechnicalName: OutlineStyle - mDisplayName: OutlineStyle + mTechnicalName: ArticyObject + mDisplayName: mBaseType: {fileID: 0} - mCSharpType: Articy.UnityImporterTutorial.OutlineStyle, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 1 - mHasTemplate: 0 - mFeatures: [] - mProperties: [] - mEnumValues: - - {fileID: -8967664907528017036} - - {fileID: 4594782763687107115} - - {fileID: 7186950385218505730} - - {fileID: -2779551776502776698} - - {fileID: -3692903176149227282} ---- !u!114 &-2797221315816060598 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Condition - m_EditorClassIdentifier: - mTechnicalName: Condition - mDisplayName: Condition - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Condition, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null + mCSharpType: Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, + PublicKeyToken=null mIsEnum: 0 mHasTemplate: 0 mFeatures: [] mProperties: - - {fileID: 5487474637645140333} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5279346056276050482} - - {fileID: -6847901868452275836} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: 247101185812632144} - - {fileID: 1535331794074046062} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} + - {fileID: -5451741378861532331} + - {fileID: 3882531978329488867} + - {fileID: -7627978513278563995} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -1023697188527919783} mEnumValues: [] ---- !u!114 &-2779551776502776698 +--- !u!114 &-2244174644459994218 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -886,52 +686,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutlineStyle.DashDot - m_EditorClassIdentifier: - mTechnicalName: DashDot - mDisplayName: DashDot - mValue: 3 ---- !u!114 &-2734994933531263821 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Dialogue + m_Name: ShapeType.Link m_EditorClassIdentifier: - mTechnicalName: Dialogue - mDisplayName: Dialogue - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Dialogue, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 39927173804569791} - - {fileID: 5487474637645140333} - - {fileID: 2421972538250902568} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: 247101185812632144} - - {fileID: 1535331794074046062} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &-2515399950578176514 + mTechnicalName: Link + mDisplayName: Link + mValue: 6 +--- !u!114 &-1554564813201033093 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -940,16 +700,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ParentId + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: ShapeType.Circle m_EditorClassIdentifier: - mTechnicalName: ParentId - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &-2401410239231304793 + mTechnicalName: Circle + mDisplayName: Circle + mValue: 2 +--- !u!114 &-1433844049014459433 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -959,12 +716,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: LocationAnchorSize.Large + m_Name: OutlineStyle.Solid m_EditorClassIdentifier: - mTechnicalName: Large - mDisplayName: Large - mValue: 2 ---- !u!114 &-2346143616942557972 + mTechnicalName: Solid + mDisplayName: Solid + mValue: 0 +--- !u!114 &-1411774801482380880 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -973,34 +730,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultExtendedCharacterFeature.Habits + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: ShapeType.Invalid m_EditorClassIdentifier: - mTechnicalName: DefaultExtendedCharacterFeature.Habits - mDisplayName: Quirks / Habits - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - True - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &-1978136924622955553 + mTechnicalName: Invalid + mDisplayName: Invalid + mValue: 0 +--- !u!114 &-1138590704907077772 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1009,34 +745,38 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultExtendedCharacterFeature.FurtherDetails + m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: FlowFragment m_EditorClassIdentifier: - mTechnicalName: DefaultExtendedCharacterFeature.FurtherDetails - mDisplayName: Further Details - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - True - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &-1965913505889503806 + mTechnicalName: FlowFragment + mDisplayName: FlowFragment + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.FlowFragment, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mIsEnum: 0 + mHasTemplate: 0 + mFeatures: [] + mProperties: + - {fileID: -9189214150073158398} + - {fileID: 2392983087699091707} + - {fileID: -4239943879622353458} + - {fileID: 6498191937304105368} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: 3765218721691186697} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -8868111531055097802} + - {fileID: -5459899976097457787} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} + mEnumValues: [] +--- !u!114 &-1023697188527919783 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1046,16 +786,16 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ClipRect + m_Name: Children m_EditorClassIdentifier: - mTechnicalName: ClipRect + mTechnicalName: Children mDisplayName: mIsTemplateProperty: 0 - mPropertyType: UnityEngine.Rect, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null + mPropertyType: System.Collections.ArrayList, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &-1861658091464914467 +--- !u!114 &-618591093181290532 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1065,16 +805,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: StartCap + m_Name: SplitHeight m_EditorClassIdentifier: - mTechnicalName: StartCap + mTechnicalName: SplitHeight mDisplayName: mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.PathCaps, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null + mPropertyType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &-1656511765982835868 +--- !u!114 &-294845565952124161 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1084,91 +823,34 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Sex + m_Name: Comment m_EditorClassIdentifier: - mTechnicalName: Sex - mDisplayName: Sex - mBaseType: {fileID: 0} - mCSharpType: Articy.UnityImporterTutorial.Sex, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 1 + mTechnicalName: Comment + mDisplayName: Comment + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.Comment, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mIsEnum: 0 mHasTemplate: 0 mFeatures: [] - mProperties: [] - mEnumValues: - - {fileID: -6111918810098586337} - - {fileID: -7692703778400751515} - - {fileID: -4280399242478703924} ---- !u!114 &-1546447036935593374 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShapeType.Link - m_EditorClassIdentifier: - mTechnicalName: Link - mDisplayName: Link - mValue: 6 ---- !u!114 &-1409240811300595495 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultMainCharacterTemplate - m_EditorClassIdentifier: - mTechnicalName: DefaultMainCharacterTemplate - mDisplayName: Main characters - mBaseType: {fileID: 203501725073013691} - mCSharpType: Articy.UnityImporterTutorial.DefaultMainCharacterTemplate, Assembly-CSharp, - Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 1 - mFeatures: - - DefaultExtendedCharacterFeature - - DefaultBasicCharacterFeature mProperties: - - {fileID: 152848463491585712} - - {fileID: 1173370096555559469} - - {fileID: 5251776101367362497} - - {fileID: -6928395731990965763} - - {fileID: -2346143616942557972} - - {fileID: -1978136924622955553} - - {fileID: 1860648740816382223} - - {fileID: 7925736641995938380} - - {fileID: -6298306592035549420} - - {fileID: -8453506079847778460} - - {fileID: -988401402558643176} - - {fileID: 7377038445437388126} - - {fileID: -4857339350056890334} - - {fileID: 3885791286333433109} - - {fileID: 39927173804569791} - - {fileID: 5487474637645140333} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 2421972538250902568} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} + - {fileID: -4839359036658055008} + - {fileID: 863039458190069784} + - {fileID: 6498191937304105368} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: 3765218721691186697} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} mEnumValues: [] ---- !u!114 &-1401732280901061980 +--- !u!114 &-90879690274115224 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1178,288 +860,75 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutlineSize + m_Name: ZIndex m_EditorClassIdentifier: - mTechnicalName: OutlineSize + mTechnicalName: ZIndex mDisplayName: mIsTemplateProperty: 0 mPropertyType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &-988401402558643176 +--- !u!114 &11400000 MonoBehaviour: - m_ObjectHideFlags: 3 + m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultBasicCharacterFeature.Occupation - m_EditorClassIdentifier: - mTechnicalName: DefaultBasicCharacterFeature.Occupation - mDisplayName: Profession - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - False - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &-937656802773531810 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PathCaps.FilledArrowHead - m_EditorClassIdentifier: - mTechnicalName: FilledArrowHead - mDisplayName: FilledArrowHead - mValue: 3 ---- !u!114 &-669905343708357641 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: LineWidth - m_EditorClassIdentifier: - mTechnicalName: LineWidth - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &-467909743349917597 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Position - m_EditorClassIdentifier: - mTechnicalName: Position - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - mConstraintNames: - mConstraintValues: [] ---- !u!114 &-250486288782001153 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShapeType.Spot - m_EditorClassIdentifier: - mTechnicalName: Spot - mDisplayName: Spot - mValue: 1 ---- !u!114 &-243040888141772029 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: CreatedOn - m_EditorClassIdentifier: - mTechnicalName: CreatedOn - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &-46878052578559321 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: FlowFragment - m_EditorClassIdentifier: - mTechnicalName: FlowFragment - mDisplayName: FlowFragment - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.FlowFragment, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 39927173804569791} - - {fileID: 5487474637645140333} - - {fileID: 2421972538250902568} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: 247101185812632144} - - {fileID: 1535331794074046062} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 1064702003, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ArticyTypeSystem + m_Script: {fileID: 1064702003, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: ArticyTypeSystem m_EditorClassIdentifier: mArticyTypes: - - {fileID: -8664385955540656218} - - {fileID: -1656511765982835868} - - {fileID: 672981356802817319} - - {fileID: 5648771536138248715} - - {fileID: -4966829014641783423} - - {fileID: -3009815884216195149} - - {fileID: 4179927572557071142} - - {fileID: -6618029740476849747} - - {fileID: -8400428661987350444} - - {fileID: -46878052578559321} - - {fileID: -2734994933531263821} - - {fileID: 5425089664939623425} - - {fileID: -7764049818632521092} - - {fileID: 8184320254377227333} - - {fileID: 7388541969449570741} - - {fileID: 203501725073013691} - - {fileID: 2600949629385685333} - - {fileID: -1409240811300595495} - - {fileID: 2023707718262389112} - - {fileID: -7020760767422059339} - - {fileID: 7170326127689060237} - - {fileID: -8659876510863276911} - - {fileID: 1524395305399722535} - - {fileID: 217854138256625563} - - {fileID: -2797221315816060598} - - {fileID: -6241824339172452770} - - {fileID: 6047108987881477454} - - {fileID: 7390874047671540108} - - {fileID: 7264665271140333253} - - {fileID: 101757559835625587} - - {fileID: -4441361635325371024} + - {fileID: -2778834465942144736} + - {fileID: -4823179319609373373} + - {fileID: -7432063745881071474} + - {fileID: -9145219546275191011} + - {fileID: -8638778470643448799} + - {fileID: -7201274537976499603} + - {fileID: -8748899712495409661} + - {fileID: 8049129696559703708} + - {fileID: -1138590704907077772} + - {fileID: -3339638872278466915} + - {fileID: 8169757646905823623} + - {fileID: 4420633294108958988} + - {fileID: -294845565952124161} + - {fileID: -5573242095573046087} + - {fileID: 7289086548806165612} + - {fileID: 529579746902252100} + - {fileID: -8276521893527974206} + - {fileID: -7072058330826132353} mArticyPropertyInfos: - - {fileID: -2515399950578176514} - - {fileID: 5002945659846903166} - - {fileID: 5705656425462785397} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: 2167455584890000179} - - {fileID: 39927173804569791} - - {fileID: 5487474637645140333} - - {fileID: 2421972538250902568} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 247101185812632144} - - {fileID: 1535331794074046062} - - {fileID: 2470395918228147419} - - {fileID: 8950755266658068532} - - {fileID: -8034797343106258202} - - {fileID: -7656462119667707006} - - {fileID: -243040888141772029} - - {fileID: -5993813525744802149} - - {fileID: -8966738486497324543} - - {fileID: 1860648740816382223} - - {fileID: 7925736641995938380} - - {fileID: -6298306592035549420} - - {fileID: -8453506079847778460} - - {fileID: -988401402558643176} - - {fileID: 7377038445437388126} - - {fileID: -4857339350056890334} - - {fileID: 3885791286333433109} - - {fileID: 152848463491585712} - - {fileID: 1173370096555559469} - - {fileID: 5251776101367362497} - - {fileID: -6928395731990965763} - - {fileID: -2346143616942557972} - - {fileID: -1978136924622955553} - - {fileID: 8162876893378000332} - - {fileID: -4118573180622553707} - - {fileID: 8943586072209810337} - - {fileID: -4458260056769918783} - - {fileID: -3608586796867853702} - - {fileID: -1401732280901061980} - - {fileID: 5892619049999318982} - - {fileID: 2957262996138628649} - - {fileID: 5425393528874553944} - - {fileID: 2922543609564710077} - - {fileID: -5933668996421772228} - - {fileID: 7393106559271763635} - - {fileID: -1861658091464914467} - - {fileID: 7308814095919103302} - - {fileID: -669905343708357641} - - {fileID: 6125896958477451924} - - {fileID: 7714428832472828630} - - {fileID: 5279346056276050482} - - {fileID: 2875491268882245174} - - {fileID: 1191485954209706623} - - {fileID: -8939288048357817792} - - {fileID: -1965913505889503806} - - {fileID: 1183954244039109019} - - {fileID: 6815595743365643742} - - {fileID: -8201253250945490850} - - {fileID: 7625499137955381341} + - {fileID: -5451741378861532331} + - {fileID: 3882531978329488867} + - {fileID: -7627978513278563995} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -1023697188527919783} + - {fileID: -9189214150073158398} + - {fileID: 2392983087699091707} + - {fileID: -4239943879622353458} + - {fileID: 6498191937304105368} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: 3765218721691186697} + - {fileID: -8868111531055097802} + - {fileID: -5459899976097457787} + - {fileID: -8392993662882533130} + - {fileID: 4902027463282799932} + - {fileID: -8722914595478532889} + - {fileID: -618591093181290532} + - {fileID: -4839359036658055008} + - {fileID: 863039458190069784} + - {fileID: -5328353479806120356} + - {fileID: 2015165945393530087} + - {fileID: 2734357654540971499} mArticyTypeNames: - ArticyObject - - Sex - ShapeType - SelectabilityModes - VisibilityModes @@ -1474,120 +943,41 @@ MonoBehaviour: - Comment - Jump - Entity - - DefaultSupportingCharacterTemplate - - DefaultMainCharacterTemplate - - Location - - Spot - - Zone - - Path - - Link - - Asset - Condition - Instruction - - LocationText - - LocationImage - - Document - - TextObject - UserFolder mArticyTypeTypes: - Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.Sex, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.ShapeType, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.SelectabilityModes, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.VisibilityModes, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.OutlineStyle, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.PathCaps, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.LocationAnchorSize, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - Articy.Unity.PreviewImageViewBoxModes, ArticyRuntime, Version=2.5.1.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.FlowFragment, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.Dialogue, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.DialogueFragment, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.Hub, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + - Articy.ViaVr.ShapeType, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - Articy.ViaVr.SelectabilityModes, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.Comment, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + - Articy.ViaVr.VisibilityModes, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.Jump, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + - Articy.ViaVr.OutlineStyle, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.Entity, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + - Articy.ViaVr.PathCaps, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - Articy.ViaVr.LocationAnchorSize, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.DefaultSupportingCharacterTemplate, Assembly-CSharp, - Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.DefaultMainCharacterTemplate, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.Location, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.Spot, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.Zone, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.Path, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.Link, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.Asset, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.Condition, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - - Articy.UnityImporterTutorial.Instruction, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + - Articy.Unity.PreviewImageViewBoxModes, ArticyRuntime, Version=2.5.1.0, Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.LocationText, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.LocationImage, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.Document, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + - Articy.ViaVr.FlowFragment, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.TextObject, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + - Articy.ViaVr.Dialogue, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - Articy.ViaVr.DialogueFragment, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - Articy.UnityImporterTutorial.UserFolder, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + - Articy.ViaVr.Hub, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - Articy.ViaVr.Comment, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - Articy.ViaVr.Jump, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - Articy.ViaVr.Entity, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - Articy.ViaVr.Condition, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + - Articy.ViaVr.Instruction, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - mFeatureProps: - - DefaultBasicCharacterFeature.Age - - DefaultBasicCharacterFeature.Species - - DefaultBasicCharacterFeature.BornIn - - DefaultBasicCharacterFeature.Sex - - DefaultBasicCharacterFeature.Occupation - - DefaultBasicCharacterFeature.Accent - - DefaultBasicCharacterFeature.Personality - - DefaultBasicCharacterFeature.Appearance - - DefaultExtendedCharacterFeature.Motivation - - DefaultExtendedCharacterFeature.InnerConflict - - DefaultExtendedCharacterFeature.Skills - - DefaultExtendedCharacterFeature.Fears - - DefaultExtendedCharacterFeature.Habits - - DefaultExtendedCharacterFeature.FurtherDetails - mFeaturePropInfos: - - {fileID: 1860648740816382223} - - {fileID: 7925736641995938380} - - {fileID: -6298306592035549420} - - {fileID: -8453506079847778460} - - {fileID: -988401402558643176} - - {fileID: 7377038445437388126} - - {fileID: -4857339350056890334} - - {fileID: 3885791286333433109} - - {fileID: 152848463491585712} - - {fileID: 1173370096555559469} - - {fileID: 5251776101367362497} - - {fileID: -6928395731990965763} - - {fileID: -2346143616942557972} - - {fileID: -1978136924622955553} - mFeatureTechnicalNames: - - DefaultBasicCharacterFeature - - DefaultExtendedCharacterFeature - mFeatureDisplayNames: - - Basic Character Properties - - Extended Character Properties ---- !u!114 &39927173804569791 + - Articy.ViaVr.UserFolder, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + mFeatureProps: [] + mFeaturePropInfos: [] + mFeatureTechnicalNames: [] + mFeatureDisplayNames: [] +--- !u!114 &221271117855176803 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1596,16 +986,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Attachments + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: ShapeType.Spot m_EditorClassIdentifier: - mTechnicalName: Attachments - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.List`1, Assembly-CSharp - mConstraintNames: - mConstraintValues: [] ---- !u!114 &101757559835625587 + mTechnicalName: Spot + mDisplayName: Spot + mValue: 1 +--- !u!114 &529579746902252100 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1615,71 +1002,36 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: TextObject + m_Name: Condition m_EditorClassIdentifier: - mTechnicalName: TextObject - mDisplayName: TextObject - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.TextObject, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null + mTechnicalName: Condition + mDisplayName: Condition + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.Condition, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null mIsEnum: 0 mHasTemplate: 0 mFeatures: [] mProperties: - - {fileID: 5487474637645140333} - - {fileID: 39927173804569791} - - {fileID: 2421972538250902568} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} + - {fileID: 2392983087699091707} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: 3765218721691186697} + - {fileID: 2734357654540971499} + - {fileID: 6498191937304105368} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -8868111531055097802} + - {fileID: -5459899976097457787} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} mEnumValues: [] ---- !u!114 &152848463491585712 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultExtendedCharacterFeature.Motivation - m_EditorClassIdentifier: - mTechnicalName: DefaultExtendedCharacterFeature.Motivation - mDisplayName: Goals - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - True - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &203501725073013691 +--- !u!114 &615936740281625120 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1688,36 +1040,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Entity + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: PathCaps.Disc m_EditorClassIdentifier: - mTechnicalName: Entity - mDisplayName: Entity - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Entity, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 39927173804569791} - - {fileID: 5487474637645140333} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 2421972538250902568} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &217854138256625563 + mTechnicalName: Disc + mDisplayName: Disc + mValue: 6 +--- !u!114 &636484834540046073 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1726,37 +1055,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Asset + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: SelectabilityModes.Selectable m_EditorClassIdentifier: - mTechnicalName: Asset - mDisplayName: Asset - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Asset, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 5487474637645140333} - - {fileID: 6125896958477451924} - - {fileID: 7714428832472828630} - - {fileID: 2421972538250902568} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &247101185812632144 + mTechnicalName: Selectable + mDisplayName: Selectable + mValue: 1 +--- !u!114 &863039458190069784 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1766,44 +1071,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: InputPins + m_Name: CreatedOn m_EditorClassIdentifier: - mTechnicalName: InputPins + mTechnicalName: CreatedOn mDisplayName: mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.List`1, Assembly-CSharp + mPropertyType: System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &672981356802817319 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShapeType - m_EditorClassIdentifier: - mTechnicalName: ShapeType - mDisplayName: ShapeType - mBaseType: {fileID: 0} - mCSharpType: Articy.UnityImporterTutorial.ShapeType, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 1 - mHasTemplate: 0 - mFeatures: [] - mProperties: [] - mEnumValues: - - {fileID: 6571809761788693004} - - {fileID: -250486288782001153} - - {fileID: 1474502501237157492} - - {fileID: 7112523121680968015} - - {fileID: 1504445334786149812} - - {fileID: 3152205798073630079} - - {fileID: -1546447036935593374} ---- !u!114 &1163658639921711434 +--- !u!114 &1008409883038019805 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1813,12 +1089,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: SelectabilityModes.Selectable + m_Name: ShapeType.Path m_EditorClassIdentifier: - mTechnicalName: Selectable - mDisplayName: Selectable - mValue: 1 ---- !u!114 &1173370096555559469 + mTechnicalName: Path + mDisplayName: Path + mValue: 4 +--- !u!114 &1881223734723883452 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1827,34 +1103,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultExtendedCharacterFeature.InnerConflict + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: LocationAnchorSize.Large m_EditorClassIdentifier: - mTechnicalName: DefaultExtendedCharacterFeature.InnerConflict - mDisplayName: Inner Conflict - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - True - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &1183954244039109019 + mTechnicalName: Large + mDisplayName: Large + mValue: 2 +--- !u!114 &1985720273272886750 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1863,16 +1118,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ImageOpacity + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: PathCaps.LineArrowHead m_EditorClassIdentifier: - mTechnicalName: ImageOpacity - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &1191485954209706623 + mTechnicalName: LineArrowHead + mDisplayName: LineArrowHead + mValue: 2 +--- !u!114 &2015165945393530087 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1882,15 +1134,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ForcedWidth + m_Name: TargetPin m_EditorClassIdentifier: - mTechnicalName: ForcedWidth + mTechnicalName: TargetPin mDisplayName: mIsTemplateProperty: 0 - mPropertyType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + mPropertyType: Articy.ViaVr.UInt64, Assembly-CSharp mConstraintNames: mConstraintValues: [] ---- !u!114 &1294467899495409131 +--- !u!114 &2039908890203384137 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -1904,813 +1156,12 @@ MonoBehaviour: m_EditorClassIdentifier: mTechnicalName: Parent mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, - PublicKeyToken=null - mConstraintNames: - mConstraintValues: [] ---- !u!114 &1470667131732962719 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: VisibilityModes.Invisible - m_EditorClassIdentifier: - mTechnicalName: Invisible - mDisplayName: Invisible - mValue: 0 ---- !u!114 &1474502501237157492 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShapeType.Circle - m_EditorClassIdentifier: - mTechnicalName: Circle - mDisplayName: Circle - mValue: 2 ---- !u!114 &1504445334786149812 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShapeType.Path - m_EditorClassIdentifier: - mTechnicalName: Path - mDisplayName: Path - mValue: 4 ---- !u!114 &1524395305399722535 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Link - m_EditorClassIdentifier: - mTechnicalName: Link - mDisplayName: Link - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Link, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: -5993813525744802149} - - {fileID: 6250720519038775082} - - {fileID: 8162876893378000332} - - {fileID: -4118573180622553707} - - {fileID: 8943586072209810337} - - {fileID: -4458260056769918783} - - {fileID: 5425393528874553944} - - {fileID: 2957262996138628649} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &1535331794074046062 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutputPins - m_EditorClassIdentifier: - mTechnicalName: OutputPins - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.List`1, Assembly-CSharp - mConstraintNames: - mConstraintValues: [] ---- !u!114 &1860648740816382223 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultBasicCharacterFeature.Age - m_EditorClassIdentifier: - mTechnicalName: DefaultBasicCharacterFeature.Age - mDisplayName: Age - mIsTemplateProperty: 1 - mPropertyType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - False - - - - False - - False - - 0 - - 0 - - 0 - - 3,40282346638529E+38 - - 0 - - -3,40282346638529E+38 - - - - 0 - - - - - - ---- !u!114 &1901673980744322311 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PathCaps.Square - m_EditorClassIdentifier: - mTechnicalName: Square - mDisplayName: Square - mValue: 5 ---- !u!114 &1975645994185262647 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PathCaps.Disc - m_EditorClassIdentifier: - mTechnicalName: Disc - mDisplayName: Disc - mValue: 6 ---- !u!114 &2023707718262389112 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Location - m_EditorClassIdentifier: - mTechnicalName: Location - mDisplayName: Location - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Location, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 39927173804569791} - - {fileID: 5487474637645140333} - - {fileID: 2421972538250902568} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &2167455584890000179 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Children - m_EditorClassIdentifier: - mTechnicalName: Children - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.Collections.ArrayList, mscorlib, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &2421972538250902568 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PreviewImage - m_EditorClassIdentifier: - mTechnicalName: PreviewImage - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.Unity.PreviewImage, ArticyRuntime, Version=2.5.1.0, Culture=neutral, - PublicKeyToken=null - mConstraintNames: - mConstraintValues: [] ---- !u!114 &2470395918228147419 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: MenuText - m_EditorClassIdentifier: - mTechnicalName: MenuText - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &2600949629385685333 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultSupportingCharacterTemplate - m_EditorClassIdentifier: - mTechnicalName: DefaultSupportingCharacterTemplate - mDisplayName: Supporting characters - mBaseType: {fileID: 203501725073013691} - mCSharpType: Articy.UnityImporterTutorial.DefaultSupportingCharacterTemplate, Assembly-CSharp, - Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 1 - mFeatures: - - DefaultBasicCharacterFeature - mProperties: - - {fileID: 1860648740816382223} - - {fileID: 7925736641995938380} - - {fileID: -6298306592035549420} - - {fileID: -8453506079847778460} - - {fileID: -988401402558643176} - - {fileID: 7377038445437388126} - - {fileID: -4857339350056890334} - - {fileID: 3885791286333433109} - - {fileID: 39927173804569791} - - {fileID: 5487474637645140333} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 2421972538250902568} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &2875491268882245174 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Anchors - m_EditorClassIdentifier: - mTechnicalName: Anchors - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.List`1, Assembly-CSharp - mConstraintNames: - mConstraintValues: [] ---- !u!114 &2922543609564710077 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Vertices - m_EditorClassIdentifier: - mTechnicalName: Vertices - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.List`1, Assembly-CSharp - mConstraintNames: - mConstraintValues: [] ---- !u!114 &2957262996138628649 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DropShadow - m_EditorClassIdentifier: - mTechnicalName: DropShadow - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &3005873546870287595 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ExternalId - m_EditorClassIdentifier: - mTechnicalName: ExternalId - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &3045900055309308813 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PreviewImageViewBoxModes.FromAsset - m_EditorClassIdentifier: - mTechnicalName: FromAsset - mDisplayName: FromAsset - mValue: 0 ---- !u!114 &3152205798073630079 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShapeType.Polygon - m_EditorClassIdentifier: - mTechnicalName: Polygon - mDisplayName: Polygon - mValue: 5 ---- !u!114 &3244719320876177722 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: LocationAnchorSize.Medium - m_EditorClassIdentifier: - mTechnicalName: Medium - mDisplayName: Medium - mValue: 1 ---- !u!114 &3286332211792437226 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ZIndex - m_EditorClassIdentifier: - mTechnicalName: ZIndex - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &3885791286333433109 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultBasicCharacterFeature.Appearance - m_EditorClassIdentifier: - mTechnicalName: DefaultBasicCharacterFeature.Appearance - mDisplayName: Appearance - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - True - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &4179927572557071142 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PathCaps - m_EditorClassIdentifier: - mTechnicalName: PathCaps - mDisplayName: PathCaps - mBaseType: {fileID: 0} - mCSharpType: Articy.UnityImporterTutorial.PathCaps, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 1 - mHasTemplate: 0 - mFeatures: [] - mProperties: [] - mEnumValues: - - {fileID: -9025793224571770481} - - {fileID: 5138595701029894730} - - {fileID: 7139104125166286425} - - {fileID: -937656802773531810} - - {fileID: -8501964326500737419} - - {fileID: 1901673980744322311} - - {fileID: 1975645994185262647} ---- !u!114 &4594782763687107115 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutlineStyle.Dot - m_EditorClassIdentifier: - mTechnicalName: Dot - mDisplayName: Dot - mValue: 1 ---- !u!114 &5002945659846903166 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Id - m_EditorClassIdentifier: - mTechnicalName: Id - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &5138595701029894730 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PathCaps.None - m_EditorClassIdentifier: - mTechnicalName: None - mDisplayName: None - mValue: 1 ---- !u!114 &5251776101367362497 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultExtendedCharacterFeature.Skills - m_EditorClassIdentifier: - mTechnicalName: DefaultExtendedCharacterFeature.Skills - mDisplayName: Skills - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - True - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &5279346056276050482 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Expression - m_EditorClassIdentifier: - mTechnicalName: Expression - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.Unity.ArticyScriptCondition, ArticyRuntime, Version=2.5.1.0, - Culture=neutral, PublicKeyToken=null - mConstraintNames: - mConstraintValues: [] ---- !u!114 &5425089664939623425 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DialogueFragment - m_EditorClassIdentifier: - mTechnicalName: DialogueFragment - mDisplayName: DialogueFragment - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.DialogueFragment, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 2470395918228147419} - - {fileID: 8950755266658068532} - - {fileID: -8034797343106258202} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: 247101185812632144} - - {fileID: 1535331794074046062} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &5425393528874553944 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Selectability - m_EditorClassIdentifier: - mTechnicalName: Selectability - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.SelectabilityModes, Assembly-CSharp, - Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - mConstraintNames: - mConstraintValues: [] ---- !u!114 &5487474637645140333 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DisplayName - m_EditorClassIdentifier: - mTechnicalName: DisplayName - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &5648771536138248715 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: SelectabilityModes - m_EditorClassIdentifier: - mTechnicalName: SelectabilityModes - mDisplayName: SelectabilityModes - mBaseType: {fileID: 0} - mCSharpType: Articy.UnityImporterTutorial.SelectabilityModes, Assembly-CSharp, - Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - mIsEnum: 1 - mHasTemplate: 0 - mFeatures: [] - mProperties: [] - mEnumValues: - - {fileID: 6682220082232212001} - - {fileID: 1163658639921711434} ---- !u!114 &5705656425462785397 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: InstanceId - m_EditorClassIdentifier: - mTechnicalName: InstanceId - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &5892619049999318982 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutlineStyle - m_EditorClassIdentifier: - mTechnicalName: OutlineStyle - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.OutlineStyle, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mConstraintNames: - mConstraintValues: [] ---- !u!114 &6047108987881477454 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: LocationText - m_EditorClassIdentifier: - mTechnicalName: LocationText - mDisplayName: LocationText - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.LocationText, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 5487474637645140333} - - {fileID: 2421972538250902568} - - {fileID: 2875491268882245174} - - {fileID: 2922543609564710077} - - {fileID: -5933668996421772228} - - {fileID: 7393106559271763635} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 8162876893378000332} - - {fileID: -3608586796867853702} - - {fileID: -1401732280901061980} - - {fileID: 5892619049999318982} - - {fileID: 5425393528874553944} - - {fileID: 1191485954209706623} - - {fileID: -8939288048357817792} - - {fileID: 2957262996138628649} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &6125896958477451924 + mIsTemplateProperty: 0 + mPropertyType: Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, + PublicKeyToken=null + mConstraintNames: + mConstraintValues: [] +--- !u!114 &2392983087699091707 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2720,15 +1171,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Filename + m_Name: DisplayName m_EditorClassIdentifier: - mTechnicalName: Filename + mTechnicalName: DisplayName mDisplayName: mIsTemplateProperty: 0 mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &6250720519038775082 +--- !u!114 &2734357654540971499 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2738,15 +1189,16 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShortId + m_Name: Expression m_EditorClassIdentifier: - mTechnicalName: ShortId + mTechnicalName: Expression mDisplayName: mIsTemplateProperty: 0 - mPropertyType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + mPropertyType: Articy.Unity.ArticyScriptCondition, ArticyRuntime, Version=2.5.1.0, + Culture=neutral, PublicKeyToken=null mConstraintNames: mConstraintValues: [] ---- !u!114 &6571809761788693004 +--- !u!114 &2828516935800887653 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2756,12 +1208,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShapeType.Invalid + m_Name: OutlineStyle.Dot m_EditorClassIdentifier: - mTechnicalName: Invalid - mDisplayName: Invalid - mValue: 0 ---- !u!114 &6682220082232212001 + mTechnicalName: Dot + mDisplayName: Dot + mValue: 1 +--- !u!114 &2883498336611993086 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2771,12 +1223,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: SelectabilityModes.Unselectable + m_Name: VisibilityModes.Invisible m_EditorClassIdentifier: - mTechnicalName: Unselectable - mDisplayName: Unselectable + mTechnicalName: Invisible + mDisplayName: Invisible mValue: 0 ---- !u!114 &6815595743365643742 +--- !u!114 &3535722548692808951 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2786,31 +1238,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ImageAsset + m_Name: TechnicalName m_EditorClassIdentifier: - mTechnicalName: ImageAsset + mTechnicalName: TechnicalName mDisplayName: mIsTemplateProperty: 0 - mPropertyType: Articy.Unity.ArticyObject, ArticyRuntime, Version=2.5.1.0, Culture=neutral, - PublicKeyToken=null + mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &6926132858830428193 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: VisibilityModes.Visible - m_EditorClassIdentifier: - mTechnicalName: Visible - mDisplayName: Visible - mValue: 1 ---- !u!114 &7112523121680968015 +--- !u!114 &3555388252479522129 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2820,12 +1256,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShapeType.Rectangle + m_Name: SelectabilityModes.Unselectable m_EditorClassIdentifier: - mTechnicalName: Rectangle - mDisplayName: Rectangle - mValue: 3 ---- !u!114 &7139104125166286425 + mTechnicalName: Unselectable + mDisplayName: Unselectable + mValue: 0 +--- !u!114 &3765218721691186697 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2834,13 +1270,16 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: PathCaps.LineArrowHead + m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: ShortId m_EditorClassIdentifier: - mTechnicalName: LineArrowHead - mDisplayName: LineArrowHead - mValue: 2 ---- !u!114 &7170326127689060237 + mTechnicalName: ShortId + mDisplayName: + mIsTemplateProperty: 0 + mPropertyType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + mConstraintNames: + mConstraintValues: [] +--- !u!114 &3882531978329488867 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2849,46 +1288,16 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Zone + m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: Id m_EditorClassIdentifier: - mTechnicalName: Zone - mDisplayName: Zone - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Zone, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 5487474637645140333} - - {fileID: 2421972538250902568} - - {fileID: 2922543609564710077} - - {fileID: -5933668996421772228} - - {fileID: 7393106559271763635} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 8162876893378000332} - - {fileID: -3608586796867853702} - - {fileID: -1401732280901061980} - - {fileID: 5892619049999318982} - - {fileID: -4118573180622553707} - - {fileID: 8943586072209810337} - - {fileID: -4458260056769918783} - - {fileID: 2957262996138628649} - - {fileID: 5425393528874553944} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &7186950385218505730 + mTechnicalName: Id + mDisplayName: + mIsTemplateProperty: 0 + mPropertyType: System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + mConstraintNames: + mConstraintValues: [] +--- !u!114 &4382677503611188633 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2897,13 +1306,17 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OutlineStyle.Dash + m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: Size m_EditorClassIdentifier: - mTechnicalName: Dash - mDisplayName: Dash - mValue: 2 ---- !u!114 &7264665271140333253 + mTechnicalName: Size + mDisplayName: + mIsTemplateProperty: 0 + mPropertyType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mConstraintNames: + mConstraintValues: [] +--- !u!114 &4420633294108958988 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2913,33 +1326,35 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Document + m_Name: Hub m_EditorClassIdentifier: - mTechnicalName: Document - mDisplayName: Document - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Document, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null + mTechnicalName: Hub + mDisplayName: Hub + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.Hub, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null mIsEnum: 0 mHasTemplate: 0 mFeatures: [] mProperties: - - {fileID: 5487474637645140333} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} + - {fileID: 2392983087699091707} + - {fileID: 6498191937304105368} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: 3765218721691186697} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -8868111531055097802} + - {fileID: -5459899976097457787} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} mEnumValues: [] ---- !u!114 &7308814095919103302 +--- !u!114 &4470867499700882483 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2949,16 +1364,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: EndCap + m_Name: ExternalId m_EditorClassIdentifier: - mTechnicalName: EndCap + mTechnicalName: ExternalId mDisplayName: mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.PathCaps, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null + mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 mConstraintNames: mConstraintValues: [] ---- !u!114 &7377038445437388126 +--- !u!114 &4902027463282799932 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -2968,33 +1382,15 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultBasicCharacterFeature.Accent + m_Name: StageDirections m_EditorClassIdentifier: - mTechnicalName: DefaultBasicCharacterFeature.Accent - mDisplayName: Voice - mIsTemplateProperty: 1 + mTechnicalName: StageDirections + mDisplayName: + mIsTemplateProperty: 0 mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - False - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &7388541969449570741 + mConstraintNames: + mConstraintValues: [] +--- !u!114 &5307434293598041778 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3003,37 +1399,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Jump + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: OutlineStyle.DashDot m_EditorClassIdentifier: - mTechnicalName: Jump - mDisplayName: Jump - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Jump, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -5993813525744802149} - - {fileID: -8966738486497324543} - - {fileID: 247101185812632144} - - {fileID: 1535331794074046062} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &7390874047671540108 + mTechnicalName: DashDot + mDisplayName: DashDot + mValue: 3 +--- !u!114 &6366280613019592991 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3042,52 +1414,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: LocationImage + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: PathCaps.Diamond m_EditorClassIdentifier: - mTechnicalName: LocationImage - mDisplayName: LocationImage - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.LocationImage, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mIsEnum: 0 - mHasTemplate: 0 - mFeatures: [] - mProperties: - - {fileID: 5487474637645140333} - - {fileID: 2421972538250902568} - - {fileID: 2875491268882245174} - - {fileID: 2922543609564710077} - - {fileID: -5933668996421772228} - - {fileID: 7393106559271763635} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 8162876893378000332} - - {fileID: -3608586796867853702} - - {fileID: -1401732280901061980} - - {fileID: 5892619049999318982} - - {fileID: 5425393528874553944} - - {fileID: 2957262996138628649} - - {fileID: -1965913505889503806} - - {fileID: 1183954244039109019} - - {fileID: 6815595743365643742} - - {fileID: -8201253250945490850} - - {fileID: 7625499137955381341} - - {fileID: -4118573180622553707} - - {fileID: 8943586072209810337} - - {fileID: -4458260056769918783} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} - mEnumValues: [] ---- !u!114 &7393106559271763635 + mTechnicalName: Diamond + mDisplayName: Diamond + mValue: 4 +--- !u!114 &6498191937304105368 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3097,16 +1430,16 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: ShapeType + m_Name: Color m_EditorClassIdentifier: - mTechnicalName: ShapeType + mTechnicalName: Color mDisplayName: mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.ShapeType, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null + mPropertyType: UnityEngine.Color, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null mConstraintNames: mConstraintValues: [] ---- !u!114 &7585769157123017249 +--- !u!114 &7057364448008754510 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3116,12 +1449,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: LocationAnchorSize.Small + m_Name: ShapeType.Rectangle m_EditorClassIdentifier: - mTechnicalName: Small - mDisplayName: Small - mValue: 0 ---- !u!114 &7625499137955381341 + mTechnicalName: Rectangle + mDisplayName: Rectangle + mValue: 3 +--- !u!114 &7289086548806165612 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3130,16 +1463,36 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: CachedImageHeight + m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: Entity m_EditorClassIdentifier: - mTechnicalName: CachedImageHeight - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &7714428832472828630 + mTechnicalName: Entity + mDisplayName: Entity + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.Entity, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + mIsEnum: 0 + mHasTemplate: 0 + mFeatures: [] + mProperties: + - {fileID: -9189214150073158398} + - {fileID: 2392983087699091707} + - {fileID: 6498191937304105368} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: -4239943879622353458} + - {fileID: 3765218721691186697} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} + mEnumValues: [] +--- !u!114 &7339663537917051673 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3148,16 +1501,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: OriginalSource + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: PathCaps.FilledArrowHead m_EditorClassIdentifier: - mTechnicalName: OriginalSource - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] ---- !u!114 &7925736641995938380 + mTechnicalName: FilledArrowHead + mDisplayName: FilledArrowHead + mValue: 3 +--- !u!114 &8049129696559703708 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3166,34 +1516,22 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DefaultBasicCharacterFeature.Species + m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: PreviewImageViewBoxModes m_EditorClassIdentifier: - mTechnicalName: DefaultBasicCharacterFeature.Species - mDisplayName: Species - mIsTemplateProperty: 1 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: 000000000100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f0000001000000011000000 - mConstraintValues: - - - - - - - - False - - - - False - - True - - 2048 - - 0 - - 0 - - 0 - - 0 - - 0 - - - - 0 - - - - - - ---- !u!114 &8162876893378000332 + mTechnicalName: PreviewImageViewBoxModes + mDisplayName: PreviewImageViewBoxModes + mBaseType: {fileID: 0} + mCSharpType: Articy.Unity.PreviewImageViewBoxModes, ArticyRuntime, Version=2.5.1.0, + Culture=neutral, PublicKeyToken=null + mIsEnum: 1 + mHasTemplate: 0 + mFeatures: [] + mProperties: [] + mEnumValues: + - {fileID: 8334247948072765682} + - {fileID: -8038115183648886641} +--- !u!114 &8152410565766335552 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3202,17 +1540,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Visibility + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: PathCaps.ColoredDot m_EditorClassIdentifier: - mTechnicalName: Visibility - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: Articy.UnityImporterTutorial.VisibilityModes, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null - mConstraintNames: - mConstraintValues: [] ---- !u!114 &8184320254377227333 + mTechnicalName: ColoredDot + mDisplayName: ColoredDot + mValue: 0 +--- !u!114 &8169757646905823623 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3222,53 +1556,38 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 747260720, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Comment + m_Name: DialogueFragment m_EditorClassIdentifier: - mTechnicalName: Comment - mDisplayName: Comment - mBaseType: {fileID: -8664385955540656218} - mCSharpType: Articy.UnityImporterTutorial.Comment, Assembly-CSharp, Version=0.0.0.0, - Culture=neutral, PublicKeyToken=null + mTechnicalName: DialogueFragment + mDisplayName: DialogueFragment + mBaseType: {fileID: -2778834465942144736} + mCSharpType: Articy.ViaVr.DialogueFragment, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null mIsEnum: 0 mHasTemplate: 0 mFeatures: [] mProperties: - - {fileID: -7656462119667707006} - - {fileID: -243040888141772029} - - {fileID: -6847901868452275836} - - {fileID: -3914626926815732394} - - {fileID: 3005873546870287595} - - {fileID: -467909743349917597} - - {fileID: 3286332211792437226} - - {fileID: 8327956589009483213} - - {fileID: 6250720519038775082} - - {fileID: 5002945659846903166} - - {fileID: -5968161933864229343} - - {fileID: 1294467899495409131} - - {fileID: -2515399950578176514} - - {fileID: 5705656425462785397} - - {fileID: 2167455584890000179} + - {fileID: -8392993662882533130} + - {fileID: 4902027463282799932} + - {fileID: -8722914595478532889} + - {fileID: -618591093181290532} + - {fileID: 6498191937304105368} + - {fileID: -3060671191945276134} + - {fileID: 4470867499700882483} + - {fileID: -8455439766739654800} + - {fileID: -90879690274115224} + - {fileID: 4382677503611188633} + - {fileID: 3765218721691186697} + - {fileID: 3882531978329488867} + - {fileID: 3535722548692808951} + - {fileID: 2039908890203384137} + - {fileID: -8868111531055097802} + - {fileID: -5459899976097457787} + - {fileID: -5451741378861532331} + - {fileID: -7627978513278563995} + - {fileID: -1023697188527919783} mEnumValues: [] ---- !u!114 &8327956589009483213 -MonoBehaviour: - m_ObjectHideFlags: 3 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: Size - m_EditorClassIdentifier: - mTechnicalName: Size - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: UnityEngine.Vector2, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - mConstraintNames: - mConstraintValues: [] ---- !u!114 &8943586072209810337 +--- !u!114 &8324996557654795480 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3277,17 +1596,13 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: DisplayNameColor + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: LocationAnchorSize.Medium m_EditorClassIdentifier: - mTechnicalName: DisplayNameColor - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: UnityEngine.Color, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - mConstraintNames: - mConstraintValues: [] ---- !u!114 &8950755266658068532 + mTechnicalName: Medium + mDisplayName: Medium + mValue: 1 +--- !u!114 &8334247948072765682 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} @@ -3296,12 +1611,9 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -152228120, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} - m_Name: StageDirections + m_Script: {fileID: -246416443, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: PreviewImageViewBoxModes.FromAsset m_EditorClassIdentifier: - mTechnicalName: StageDirections - mDisplayName: - mIsTemplateProperty: 0 - mPropertyType: System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - mConstraintNames: - mConstraintValues: [] + mTechnicalName: FromAsset + mDisplayName: FromAsset + mValue: 0 diff --git a/Assets/ArticyImporter/Content/Generated/Resources/Export package.asset b/Assets/ArticyImporter/Content/Generated/Resources/Export package.asset new file mode 100644 index 0000000000000000000000000000000000000000..65299a79a90ea16c6b0fde6b5372f029eeb83a0a --- /dev/null +++ b/Assets/ArticyImporter/Content/Generated/Resources/Export package.asset @@ -0,0 +1,1187 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9185682313677881491 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_CBE66EE6 + m_EditorClassIdentifier: + id: 72057594037928069 + technicalName: DFr_CBE66EE6 + parentId: 72057594037927985 + childrenIds: + mMenuText: + mStageDirections: + mSpeaker: + objectRef: 72057594037928004 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>Glad to be of service!</align> + mExternalId: + mPosition: {x: 550, y: 250} + mZIndex: 2 + mSize: {x: 225, y: 200} + mShortId: 3420876518 + mInputPins: + value: + - id: 72057594037928072 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928069 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928073 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928069 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928079 + mTarget: + objectRef: 72057594037928076 + mOwnerInstanceId: 0 +--- !u!114 &-8075192554813786006 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8a8027f3a47590445baf238930633bbd, type: 3} + m_Name: B + m_EditorClassIdentifier: + id: 72057594037927975 + technicalName: B + parentId: 216172785005863603 + childrenIds: + mAttachments: + listIds: + mDisplayName: B + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: + mExternalId: B + mPosition: {x: 40, y: 40} + mZIndex: 2 + mSize: {x: 256, y: 196} + mPreviewImage: + mViewBoxX: 0 + mViewBoxY: 0 + mViewBoxWidth: 0 + mViewBoxHeight: 0 + mMode: 0 + mAsset: + objectRef: 0 + mShortId: 3013704420 +--- !u!114 &-7857056539188166173 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_A4971ED0 + m_EditorClassIdentifier: + id: 72057594037928076 + technicalName: DFr_A4971ED0 + parentId: 72057594037927985 + childrenIds: + mMenuText: + mStageDirections: + mSpeaker: + objectRef: 0 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>End of Dialogue 2B.</align> + mExternalId: + mPosition: {x: 825, y: 250} + mZIndex: 4 + mSize: {x: 225, y: 200} + mShortId: 2761367248 + mInputPins: + value: + - id: 72057594037928079 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928076 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928080 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928076 + mConnections: + value: [] + mOwnerInstanceId: 0 +--- !u!114 &-6923144214826464249 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3ad395af99773ad499c59793fea5e554, type: 3} + m_Name: Jmp_070767CE + m_EditorClassIdentifier: + id: 72057594037928028 + technicalName: Jmp_070767CE + parentId: 72057594037927979 + childrenIds: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: + mExternalId: + mPosition: {x: 1580, y: 13} + mZIndex: 7 + mSize: {x: 175, y: 150} + mShortId: 117925838 + mTarget: + objectRef: 72057594037928008 + mTargetPin: 72057594037928010 + mInputPins: + value: + - id: 72057594037928031 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928028 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: [] +--- !u!114 &-6628943155562264395 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_63715C29 + m_EditorClassIdentifier: + id: 72057594037928089 + technicalName: DFr_63715C29 + parentId: 72057594037927991 + childrenIds: + mMenuText: Very Long Text + mStageDirections: + mSpeaker: + objectRef: 72057594037927971 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin + vehicula euismod magna eu fringilla. Aliquam erat volutpat. In hac habitasse + platea dictumst. Cras ornare sagittis euismod. Praesent bibendum, arcu id maximus + bibendum, diam augue tempor est, vitae feugiat lacus magna id diam. Praesent + mollis nisl fringilla nisl efficitur, ac aliquam libero pharetra. Morbi interdum, + turpis ut cursus dictum, erat purus bibendum nisl, ut ullamcorper nibh est in + massa. Praesent at volutpat erat. Sed in magna nec ante hendrerit pellentesque + a sit amet diam. Aliquam quis dui mattis, vulputate est id, feugiat sem. Nam + egestas tortor sit amet libero consectetur ultrices. Donec auctor vulputate erat, + vel blandit tortor bibendum in. Suspendisse eget diam aliquet, convallis turpis + vitae, vehicula nunc. </align> + mExternalId: + mPosition: {x: 825, y: 75} + mZIndex: 1 + mSize: {x: 225, y: 200} + mShortId: 1668373545 + mInputPins: + value: + - id: 72057594037928092 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928089 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928093 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928089 + mConnections: + value: [] + mOwnerInstanceId: 0 +--- !u!114 &-4603614065855667521 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8a8027f3a47590445baf238930633bbd, type: 3} + m_Name: C + m_EditorClassIdentifier: + id: 72057594037928004 + technicalName: C + parentId: 216172785005863603 + childrenIds: + mAttachments: + listIds: + mDisplayName: C + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: + mExternalId: C + mPosition: {x: 60, y: 60} + mZIndex: 3 + mSize: {x: 256, y: 196} + mPreviewImage: + mViewBoxX: 0 + mViewBoxY: 0 + mViewBoxWidth: 0 + mViewBoxHeight: 0 + mMode: 0 + mAsset: + objectRef: 0 + mShortId: 2652349448 +--- !u!114 &-4278320681678433423 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fb9db56664043274faaedc1ca183be51, type: 3} + m_Name: Test_Dialogue_2B + m_EditorClassIdentifier: + id: 72057594037927985 + technicalName: Test_Dialogue_2B + parentId: 216172783251375095 + childrenIds: 7e0000000000000185000000000000018c00000000000001 + mAttachments: + listIds: + mDisplayName: Test Dialogue 2B + mPreviewImage: + mViewBoxX: 0 + mViewBoxY: 0 + mViewBoxWidth: 0 + mViewBoxHeight: 0 + mMode: 0 + mAsset: + objectRef: 0 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: + mExternalId: Test_Dialogue_2B + mPosition: {x: 492, y: 125} + mZIndex: 1 + mSize: {x: 291, y: 200} + mShortId: 2853363502 + mInputPins: + value: + - id: 72057594037927988 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037927985 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928065 + mTarget: + objectRef: 72057594037928062 + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037927989 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037927985 + mConnections: + value: [] + mOwnerInstanceId: 0 +--- !u!114 &-3747185939723646174 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_4571D1A3 + m_EditorClassIdentifier: + id: 72057594037928049 + technicalName: DFr_4571D1A3 + parentId: 72057594037927979 + childrenIds: + mMenuText: + mStageDirections: + mSpeaker: + objectRef: 0 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>It seems the dialogue will progress now!</align> + mExternalId: + mPosition: {x: 1305, y: 438} + mZIndex: 14 + mSize: {x: 225, y: 200} + mShortId: 1165087139 + mInputPins: + value: + - id: 72057594037928052 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928049 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928053 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928049 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037927983 + mTarget: + objectRef: 72057594037927979 + mOwnerInstanceId: 0 +--- !u!114 &-3204281123709222305 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_FFDB0717 + m_EditorClassIdentifier: + id: 72057594037928034 + technicalName: DFr_FFDB0717 + parentId: 72057594037927979 + childrenIds: + mMenuText: Ask Person B + mStageDirections: + mSpeaker: + objectRef: 72057594037927975 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>Maybe this will work?</align> + mExternalId: + mPosition: {x: 1030, y: 213} + mZIndex: 9 + mSize: {x: 225, y: 200} + mShortId: 4292544279 + mInputPins: + value: + - id: 72057594037928037 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928034 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928038 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928034 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928022 + mTarget: + objectRef: 72057594037928019 + mOwnerInstanceId: 0 +--- !u!114 &-2932560157803132161 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fb9db56664043274faaedc1ca183be51, type: 3} + m_Name: Test_Dialogue_1 + m_EditorClassIdentifier: + id: 72057594037927991 + technicalName: Test_Dialogue_1 + parentId: 216172783251375095 + childrenIds: 93000000000000019900000000000001a100000000000001 + mAttachments: + listIds: + mDisplayName: Test Dialogue 1 + mPreviewImage: + mViewBoxX: 0 + mViewBoxY: 0 + mViewBoxWidth: 0 + mViewBoxHeight: 0 + mMode: 0 + mAsset: + objectRef: 0 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: + mExternalId: Test_Dialogue_1 + mPosition: {x: 142, y: -125} + mZIndex: 2 + mSize: {x: 291, y: 200} + mShortId: 4039136308 + mInputPins: + value: + - id: 72057594037927994 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037927991 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037927995 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037927991 + mConnections: + value: [] + mOwnerInstanceId: 0 +--- !u!114 &-1662318861885091309 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_873D91B3 + m_EditorClassIdentifier: + id: 72057594037928083 + technicalName: DFr_873D91B3 + parentId: 72057594037927991 + childrenIds: + mMenuText: + mStageDirections: + mSpeaker: + objectRef: 72057594037927967 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>Let's see what I can do here.</align> + mExternalId: + mPosition: {x: 500, y: 175} + mZIndex: 0 + mSize: {x: 225, y: 200} + mShortId: 2268959155 + mInputPins: + value: + - id: 72057594037928086 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928083 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928087 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928083 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928092 + mTarget: + objectRef: 72057594037928089 + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928100 + mTarget: + objectRef: 72057594037928097 + mOwnerInstanceId: 0 +--- !u!114 &-1591139762512354898 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8ce712e14bc19a3499e0a3bf6d62505e, type: 3} + m_Name: Hub_B7DF6639 + m_EditorClassIdentifier: + id: 72057594037928008 + technicalName: Hub_B7DF6639 + parentId: 72057594037927979 + childrenIds: + mDisplayName: Question + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: + mExternalId: + mPosition: {x: 780, y: 288} + mZIndex: 1 + mSize: {x: 175, y: 50} + mShortId: 3084871225 + mInputPins: + value: + - id: 72057594037928010 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928008 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928011 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928008 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928017 + mTarget: + objectRef: 72057594037928014 + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928037 + mTarget: + objectRef: 72057594037928034 + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928046 + mTarget: + objectRef: 72057594037928043 + mOwnerInstanceId: 0 +--- !u!114 &-1388812805781344422 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_AE932E46 + m_EditorClassIdentifier: + id: 72057594037928014 + technicalName: DFr_AE932E46 + parentId: 72057594037927979 + childrenIds: + mMenuText: 'Ask Person A + +' + mStageDirections: + mSpeaker: + objectRef: 72057594037927971 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>Let's see if this works!</align> + mExternalId: + mPosition: {x: 1030, y: -12} + mZIndex: 3 + mSize: {x: 225, y: 200} + mShortId: 2928881222 + mInputPins: + value: + - id: 72057594037928017 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928014 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928018 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928014 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928022 + mTarget: + objectRef: 72057594037928019 + mOwnerInstanceId: 0 +--- !u!114 &-838882721269485025 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_64FEE19A + m_EditorClassIdentifier: + id: 72057594037928097 + technicalName: DFr_64FEE19A + parentId: 72057594037927991 + childrenIds: + mMenuText: Articy Text Size + mStageDirections: + mSpeaker: + objectRef: 72057594037927971 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left><size=48>BIG TEXT</size></align> + mExternalId: + mPosition: {x: 825, y: 300} + mZIndex: 3 + mSize: {x: 225, y: 200} + mShortId: 1694425498 + mInputPins: + value: + - id: 72057594037928100 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928097 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928101 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928097 + mConnections: + value: [] + mOwnerInstanceId: 0 +--- !u!114 &-583741287173451145 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_7672325F + m_EditorClassIdentifier: + id: 72057594037928043 + technicalName: DFr_7672325F + parentId: 72057594037927979 + childrenIds: + mMenuText: Ask Person C + mStageDirections: + mSpeaker: + objectRef: 72057594037928004 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>I know exactly what to do!</align> + mExternalId: + mPosition: {x: 1030, y: 438} + mZIndex: 12 + mSize: {x: 225, y: 200} + mShortId: 1987195487 + mInputPins: + value: + - id: 72057594037928046 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928043 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928047 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928043 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928052 + mTarget: + objectRef: 72057594037928049 + mOwnerInstanceId: 0 +--- !u!114 &-265330348326433859 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8a8027f3a47590445baf238930633bbd, type: 3} + m_Name: A + m_EditorClassIdentifier: + id: 72057594037927971 + technicalName: A + parentId: 216172785005863603 + childrenIds: + mAttachments: + listIds: + mDisplayName: A + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: + mExternalId: A + mPosition: {x: 20, y: 20} + mZIndex: 1 + mSize: {x: 256, y: 196} + mPreviewImage: + mViewBoxX: 0 + mViewBoxY: 0 + mViewBoxWidth: 0 + mViewBoxHeight: 0 + mMode: 0 + mAsset: + objectRef: 0 + mShortId: 2716827231 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1919818469, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: Export package + m_EditorClassIdentifier: + mPackagePath: Assets/ArticyImporter/Content/Generated/Resources/Export package.asset + mResourceKey: Export package + mObjects: + - {fileID: 4174130946903967307} + - {fileID: -4278320681678433423} + - {fileID: -2932560157803132161} + - {fileID: 8075058515358250530} + - {fileID: -3204281123709222305} + - {fileID: -583741287173451145} + - {fileID: -3747185939723646174} + - {fileID: -1388812805781344422} + - {fileID: 2665077905115144925} + - {fileID: 1923041745617007953} + - {fileID: -9185682313677881491} + - {fileID: -7857056539188166173} + - {fileID: -1662318861885091309} + - {fileID: -6628943155562264395} + - {fileID: -838882721269485025} + - {fileID: -1591139762512354898} + - {fileID: -6923144214826464249} + - {fileID: 2400060859471165692} + - {fileID: -265330348326433859} + - {fileID: -8075192554813786006} + - {fileID: -4603614065855667521} +--- !u!114 &1923041745617007953 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_8AF42064 + m_EditorClassIdentifier: + id: 72057594037928062 + technicalName: DFr_8AF42064 + parentId: 72057594037927985 + childrenIds: + mMenuText: + mStageDirections: + mSpeaker: + objectRef: 72057594037927967 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>It looks like it worked, we're in another Dialogue now!</align> + mExternalId: + mPosition: {x: 250, y: 250} + mZIndex: 0 + mSize: {x: 225, y: 200} + mShortId: 2331254884 + mInputPins: + value: + - id: 72057594037928065 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928062 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928066 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928062 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928072 + mTarget: + objectRef: 72057594037928069 + mOwnerInstanceId: 0 +--- !u!114 &2400060859471165692 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8a8027f3a47590445baf238930633bbd, type: 3} + m_Name: Player + m_EditorClassIdentifier: + id: 72057594037927967 + technicalName: Player + parentId: 216172785005863603 + childrenIds: + mAttachments: + listIds: + mDisplayName: Player + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: + mExternalId: Player + mPosition: {x: 0, y: 0} + mZIndex: 0 + mSize: {x: 256, y: 196} + mPreviewImage: + mViewBoxX: 0 + mViewBoxY: 0 + mViewBoxWidth: 0 + mViewBoxHeight: 0 + mMode: 0 + mAsset: + objectRef: 0 + mShortId: 175041976 +--- !u!114 &2665077905115144925 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_3EA4BB16 + m_EditorClassIdentifier: + id: 72057594037928019 + technicalName: DFr_3EA4BB16 + parentId: 72057594037927979 + childrenIds: + mMenuText: + mStageDirections: + mSpeaker: + objectRef: 72057594037927967 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: <align=left>Doesn't seem like this will help me much.</align> + mExternalId: + mPosition: {x: 1305, y: -12} + mZIndex: 4 + mSize: {x: 225, y: 200} + mShortId: 1050983190 + mInputPins: + value: + - id: 72057594037928022 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928019 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928023 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037928019 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928031 + mTarget: + objectRef: 72057594037928028 + mOwnerInstanceId: 0 +--- !u!114 &4174130946903967307 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fb9db56664043274faaedc1ca183be51, type: 3} + m_Name: Test_Dialogue_2A + m_EditorClassIdentifier: + id: 72057594037927979 + technicalName: Test_Dialogue_2A + parentId: 216172783251375095 + childrenIds: 3e0000000000000162000000000000016b0000000000000171000000000000014e00000000000001530000000000000148000000000000015c00000000000001 + mAttachments: + listIds: + mDisplayName: Test Dialogue 2A + mPreviewImage: + mViewBoxX: 0 + mViewBoxY: 0 + mViewBoxWidth: 0 + mViewBoxHeight: 0 + mMode: 0 + mAsset: + objectRef: 0 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: + mExternalId: Test_Dialogue_2A + mPosition: {x: 142, y: 125} + mZIndex: 0 + mSize: {x: 291, y: 200} + mShortId: 3849112351 + mInputPins: + value: + - id: 72057594037927982 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037927979 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928001 + mTarget: + objectRef: 72057594037927998 + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037927983 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037927979 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037927988 + mTarget: + objectRef: 72057594037927985 + mOwnerInstanceId: 0 +--- !u!114 &8075058515358250530 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 27e360f8b3a184843aa850517cb6618d, type: 3} + m_Name: DFr_97DB3541 + m_EditorClassIdentifier: + id: 72057594037927998 + technicalName: DFr_97DB3541 + parentId: 72057594037927979 + childrenIds: + mMenuText: + mStageDirections: + mSpeaker: + objectRef: 72057594037927967 + mSplitHeight: 64 + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mText: '<align=left>Who should I talk to next?</align> + + <align=left></align>' + mExternalId: + mPosition: {x: 505, y: 213} + mZIndex: 0 + mSize: {x: 225, y: 200} + mShortId: 2547725633 + mInputPins: + value: + - id: 72057594037928001 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037927998 + mConnections: + value: [] + mOwnerInstanceId: 0 + mOutputPins: + value: + - id: 72057594037928002 + mText: + value: + handlerId: 0 + ownerId: 0 + ownerInstanceId: 0 + mRawScript: + mOwner: 72057594037927998 + mConnections: + value: + - mLabel: + mColor: {r: 0.57758045, g: 0.7605245, b: 0.7991027, a: 1} + mTargetPin: 72057594037928010 + mTarget: + objectRef: 72057594037928008 + mOwnerInstanceId: 0 diff --git a/Assets/ArticyImporter/Content/Generated/Resources/All objects.asset.meta b/Assets/ArticyImporter/Content/Generated/Resources/Export package.asset.meta similarity index 79% rename from Assets/ArticyImporter/Content/Generated/Resources/All objects.asset.meta rename to Assets/ArticyImporter/Content/Generated/Resources/Export package.asset.meta index 917fb623f793450f1a3b8a61eb6a7434adc563b8..ceb187eb5687f108b722e751ff70bcfdc7541a7d 100644 --- a/Assets/ArticyImporter/Content/Generated/Resources/All objects.asset.meta +++ b/Assets/ArticyImporter/Content/Generated/Resources/Export package.asset.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 447e413b7a81af54ab34ae050cf6040a +guid: 33f40cccc81f88c49a1bf2a0843da444 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 diff --git a/Assets/ArticyImporter/Content/Generated/SelectabilityModes.cs b/Assets/ArticyImporter/Content/Generated/SelectabilityModes.cs index 7609dd88a903839124d63bb480528939433cdf8c..ebdbb9a20c1962d5dddcb3f8550c287445e071e3 100644 --- a/Assets/ArticyImporter/Content/Generated/SelectabilityModes.cs +++ b/Assets/ArticyImporter/Content/Generated/SelectabilityModes.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/Sex.cs b/Assets/ArticyImporter/Content/Generated/Sex.cs deleted file mode 100644 index 1ccfdfc88d8c29016c39d453e234c48fbc3dd85c..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Sex.cs +++ /dev/null @@ -1,32 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public enum Sex - { - - Male = 0, - - Female = 1, - - Unknown = 2, - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Sex.cs.meta b/Assets/ArticyImporter/Content/Generated/Sex.cs.meta deleted file mode 100644 index 5bf3af71ed6ff5a267d7e9d118a8316aead8042c..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Sex.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 5286ec6a7694af04e86d8a6d2a8a3d38 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/ShapeType.cs b/Assets/ArticyImporter/Content/Generated/ShapeType.cs index 7a4bf803efe324f2f9dffdb49f56a517f8dc5697..04db3738f2b64604f6007a49fdaee549a62af0cd 100644 --- a/Assets/ArticyImporter/Content/Generated/ShapeType.cs +++ b/Assets/ArticyImporter/Content/Generated/ShapeType.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/Spot.cs b/Assets/ArticyImporter/Content/Generated/Spot.cs deleted file mode 100644 index f3ecfccd307d2d92bac0b0efaeb57453f0087faf..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Spot.cs +++ /dev/null @@ -1,551 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class Spot : ArticyObject, ISpot, IPropertyProvider, IObjectWithColor, IObjectWithDisplayName, IObjectWithUnresolvedDisplayName, IObjectWithPreviewImage, IObjectWithText, IObjectWithUnresolvedText, IObjectWithExternalId, IObjectWithShortId, IObjectWithPosition, IObjectWithZIndex, IObjectWithSize - { - - [SerializeField()] - private String mDisplayName; - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Vector2 mPosition; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private PreviewImage mPreviewImage = new PreviewImage(); - - [SerializeField()] - private UInt32 mShortId; - - [SerializeField()] - private VisibilityModes mVisibility = new VisibilityModes(); - - [SerializeField()] - private Boolean mShowDisplayName = new Boolean(); - - [SerializeField()] - private Color mDisplayNameColor; - - [SerializeField()] - private Int32 mDisplayNameSize; - - [SerializeField()] - private Color mOutlineColor; - - [SerializeField()] - private Single mOutlineSize; - - [SerializeField()] - private OutlineStyle mOutlineStyle = new OutlineStyle(); - - [SerializeField()] - private Boolean mDropShadow = new Boolean(); - - [SerializeField()] - private SelectabilityModes mSelectability = new SelectabilityModes(); - - public String Unresolved_DisplayName - { - get - { - return mDisplayName; - } - } - - public String DisplayName - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mDisplayName); - } - set - { - var oldValue = mDisplayName; - mDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayName", oldValue, mDisplayName); - } - } - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Vector2 Position - { - get - { - return mPosition; - } - set - { - var oldValue = mPosition; - mPosition = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Position", oldValue, mPosition); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public PreviewImage PreviewImage - { - get - { - return mPreviewImage; - } - set - { - var oldValue = mPreviewImage; - mPreviewImage = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "PreviewImage", oldValue, mPreviewImage); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - public VisibilityModes Visibility - { - get - { - return mVisibility; - } - set - { - var oldValue = mVisibility; - mVisibility = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Visibility", oldValue, mVisibility); - } - } - - public Boolean ShowDisplayName - { - get - { - return mShowDisplayName; - } - set - { - var oldValue = mShowDisplayName; - mShowDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShowDisplayName", oldValue, mShowDisplayName); - } - } - - public Color DisplayNameColor - { - get - { - return mDisplayNameColor; - } - set - { - var oldValue = mDisplayNameColor; - mDisplayNameColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameColor", oldValue, mDisplayNameColor); - } - } - - public Int32 DisplayNameSize - { - get - { - return mDisplayNameSize; - } - set - { - var oldValue = mDisplayNameSize; - mDisplayNameSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameSize", oldValue, mDisplayNameSize); - } - } - - public Color OutlineColor - { - get - { - return mOutlineColor; - } - set - { - var oldValue = mOutlineColor; - mOutlineColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineColor", oldValue, mOutlineColor); - } - } - - public Single OutlineSize - { - get - { - return mOutlineSize; - } - set - { - var oldValue = mOutlineSize; - mOutlineSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineSize", oldValue, mOutlineSize); - } - } - - public OutlineStyle OutlineStyle - { - get - { - return mOutlineStyle; - } - set - { - var oldValue = mOutlineStyle; - mOutlineStyle = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineStyle", oldValue, mOutlineStyle); - } - } - - public Boolean DropShadow - { - get - { - return mDropShadow; - } - set - { - var oldValue = mDropShadow; - mDropShadow = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DropShadow", oldValue, mDropShadow); - } - } - - public SelectabilityModes Selectability - { - get - { - return mSelectability; - } - set - { - var oldValue = mSelectability; - mSelectability = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Selectability", oldValue, mSelectability); - } - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Spot newClone = ((Spot)(aClone)); - newClone.DisplayName = Unresolved_DisplayName; - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.Position = Position; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - newClone.PreviewImage = PreviewImage; - newClone.ShortId = ShortId; - newClone.Visibility = Visibility; - newClone.ShowDisplayName = ShowDisplayName; - newClone.DisplayNameColor = DisplayNameColor; - newClone.DisplayNameSize = DisplayNameSize; - newClone.OutlineColor = OutlineColor; - newClone.OutlineSize = OutlineSize; - newClone.OutlineStyle = OutlineStyle; - newClone.DropShadow = DropShadow; - newClone.Selectability = Selectability; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "DisplayName")) - { - DisplayName = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Position")) - { - Position = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "PreviewImage")) - { - PreviewImage = ((PreviewImage)(aValue)); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - if ((aProperty == "Visibility")) - { - Visibility = ((VisibilityModes)(aValue)); - return; - } - if ((aProperty == "ShowDisplayName")) - { - ShowDisplayName = System.Convert.ToBoolean(aValue); - return; - } - if ((aProperty == "DisplayNameColor")) - { - DisplayNameColor = ((Color)(aValue)); - return; - } - if ((aProperty == "DisplayNameSize")) - { - DisplayNameSize = System.Convert.ToInt32(aValue); - return; - } - if ((aProperty == "OutlineColor")) - { - OutlineColor = ((Color)(aValue)); - return; - } - if ((aProperty == "OutlineSize")) - { - OutlineSize = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "OutlineStyle")) - { - OutlineStyle = ((OutlineStyle)(aValue)); - return; - } - if ((aProperty == "DropShadow")) - { - DropShadow = System.Convert.ToBoolean(aValue); - return; - } - if ((aProperty == "Selectability")) - { - Selectability = ((SelectabilityModes)(aValue)); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "DisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayName); - } - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "Position")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Position); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "PreviewImage")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(PreviewImage); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - if ((aProperty == "Visibility")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Visibility); - } - if ((aProperty == "ShowDisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShowDisplayName); - } - if ((aProperty == "DisplayNameColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameColor); - } - if ((aProperty == "DisplayNameSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameSize); - } - if ((aProperty == "OutlineColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineColor); - } - if ((aProperty == "OutlineSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineSize); - } - if ((aProperty == "OutlineStyle")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineStyle); - } - if ((aProperty == "DropShadow")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DropShadow); - } - if ((aProperty == "Selectability")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Selectability); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Spot.cs.meta b/Assets/ArticyImporter/Content/Generated/Spot.cs.meta deleted file mode 100644 index fc45f941eb0841e6609f914ceeff80d4235a64ec..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Spot.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 4446158cb1a641d4c81bc7518b192cf9 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplate.cs b/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplate.cs deleted file mode 100644 index cfb9d5752c5eeab9cb6c19d2d590e223a89aed6f..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplate.cs +++ /dev/null @@ -1,158 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial; -using Articy.UnityImporterTutorial.Features; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial.Templates -{ - - - [Serializable()] - public class DefaultMainCharacterTemplateTemplate : IArticyBaseObject, IPropertyProvider - { - - [SerializeField()] - private ArticyValueDefaultExtendedCharacterFeatureFeature mDefaultExtendedCharacterFeature = new ArticyValueDefaultExtendedCharacterFeatureFeature(); - - [SerializeField()] - private ArticyValueDefaultBasicCharacterFeatureFeature mDefaultBasicCharacterFeature = new ArticyValueDefaultBasicCharacterFeatureFeature(); - - [SerializeField()] - private UInt64 mOwnerId; - - [SerializeField()] - private UInt32 mOwnerInstanceId; - - public Articy.UnityImporterTutorial.Features.DefaultExtendedCharacterFeatureFeature DefaultExtendedCharacterFeature - { - get - { - return mDefaultExtendedCharacterFeature.GetValue(); - } - set - { - mDefaultExtendedCharacterFeature.SetValue(value); - } - } - - public Articy.UnityImporterTutorial.Features.DefaultBasicCharacterFeatureFeature DefaultBasicCharacterFeature - { - get - { - return mDefaultBasicCharacterFeature.GetValue(); - } - set - { - mDefaultBasicCharacterFeature.SetValue(value); - } - } - - public UInt64 OwnerId - { - get - { - return mOwnerId; - } - set - { - mOwnerId = value; - DefaultExtendedCharacterFeature.OwnerId = value; - DefaultBasicCharacterFeature.OwnerId = value; - } - } - - public UInt32 OwnerInstanceId - { - get - { - return mOwnerInstanceId; - } - set - { - mOwnerInstanceId = value; - DefaultExtendedCharacterFeature.OwnerInstanceId = value; - DefaultBasicCharacterFeature.OwnerInstanceId = value; - } - } - - private void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplate newClone = ((Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplate)(aClone)); - if ((DefaultExtendedCharacterFeature != null)) - { - newClone.DefaultExtendedCharacterFeature = ((Articy.UnityImporterTutorial.Features.DefaultExtendedCharacterFeatureFeature)(DefaultExtendedCharacterFeature.CloneObject(newClone, aFirstClassParent))); - } - if ((DefaultBasicCharacterFeature != null)) - { - newClone.DefaultBasicCharacterFeature = ((Articy.UnityImporterTutorial.Features.DefaultBasicCharacterFeatureFeature)(DefaultBasicCharacterFeature.CloneObject(newClone, aFirstClassParent))); - } - newClone.OwnerId = OwnerId; - } - - public object CloneObject(object aParent, Articy.Unity.ArticyObject aFirstClassParent) - { - Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplate clone = new Articy.UnityImporterTutorial.Templates.DefaultMainCharacterTemplateTemplate(); - CloneProperties(clone, aFirstClassParent); - return clone; - } - - public virtual bool IsLocalizedPropertyOverwritten(string aProperty) - { - return false; - } - - #region property provider interface - public void setProp(string aProperty, object aValue) - { - int featureIndex = aProperty.IndexOf('.'); - if ((featureIndex != -1)) - { - string featurePath = aProperty.Substring(0, featureIndex); - string featureProperty = aProperty.Substring((featureIndex + 1)); - if ((featurePath == "DefaultExtendedCharacterFeature")) - { - DefaultExtendedCharacterFeature.setProp(featureProperty, aValue); - } - if ((featurePath == "DefaultBasicCharacterFeature")) - { - DefaultBasicCharacterFeature.setProp(featureProperty, aValue); - } - } - } - - public Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - int featureIndex = aProperty.IndexOf('.'); - if ((featureIndex != -1)) - { - string featurePath = aProperty.Substring(0, featureIndex); - string featureProperty = aProperty.Substring((featureIndex + 1)); - if ((featurePath == "DefaultExtendedCharacterFeature")) - { - return DefaultExtendedCharacterFeature.getProp(featureProperty); - } - if ((featurePath == "DefaultBasicCharacterFeature")) - { - return DefaultBasicCharacterFeature.getProp(featureProperty); - } - } - return null; - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplate.cs.meta b/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplate.cs.meta deleted file mode 100644 index f4dc24c28db11b9a8ec56c4d9a4a104491313881..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplate.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: ac2762c797ca9374aa4fd0f57e062360 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplateConstraint.cs b/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplateConstraint.cs deleted file mode 100644 index 54047873670ced285fa0bbf62ec1fbc104243d30..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplateConstraint.cs +++ /dev/null @@ -1,48 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial; -using Articy.UnityImporterTutorial.Features; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial.Templates -{ - - - public class DefaultMainCharacterTemplateTemplateConstraint - { - - private DefaultExtendedCharacterFeatureFeatureConstraint mDefaultExtendedCharacterFeature = new DefaultExtendedCharacterFeatureFeatureConstraint(); - - private DefaultBasicCharacterFeatureFeatureConstraint mDefaultBasicCharacterFeature = new DefaultBasicCharacterFeatureFeatureConstraint(); - - public DefaultExtendedCharacterFeatureFeatureConstraint DefaultExtendedCharacterFeature - { - get - { - return mDefaultExtendedCharacterFeature; - } - } - - public DefaultBasicCharacterFeatureFeatureConstraint DefaultBasicCharacterFeature - { - get - { - return mDefaultBasicCharacterFeature; - } - } - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplateConstraint.cs.meta b/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplateConstraint.cs.meta deleted file mode 100644 index ce6b3a2e3cf0ae2a70bdb02c536c49909ad9d84c..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Templates/DefaultMainCharacterTemplateTemplateConstraint.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 0872508e6f679e742bd22739198b14c0 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplate.cs b/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplate.cs deleted file mode 100644 index d003ee5142eda62c04ad0321e2dade6a1fb6b910..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplate.cs +++ /dev/null @@ -1,129 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial; -using Articy.UnityImporterTutorial.Features; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial.Templates -{ - - - [Serializable()] - public class DefaultSupportingCharacterTemplateTemplate : IArticyBaseObject, IPropertyProvider - { - - [SerializeField()] - private ArticyValueDefaultBasicCharacterFeatureFeature mDefaultBasicCharacterFeature = new ArticyValueDefaultBasicCharacterFeatureFeature(); - - [SerializeField()] - private UInt64 mOwnerId; - - [SerializeField()] - private UInt32 mOwnerInstanceId; - - public Articy.UnityImporterTutorial.Features.DefaultBasicCharacterFeatureFeature DefaultBasicCharacterFeature - { - get - { - return mDefaultBasicCharacterFeature.GetValue(); - } - set - { - mDefaultBasicCharacterFeature.SetValue(value); - } - } - - public UInt64 OwnerId - { - get - { - return mOwnerId; - } - set - { - mOwnerId = value; - DefaultBasicCharacterFeature.OwnerId = value; - } - } - - public UInt32 OwnerInstanceId - { - get - { - return mOwnerInstanceId; - } - set - { - mOwnerInstanceId = value; - DefaultBasicCharacterFeature.OwnerInstanceId = value; - } - } - - private void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplate newClone = ((Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplate)(aClone)); - if ((DefaultBasicCharacterFeature != null)) - { - newClone.DefaultBasicCharacterFeature = ((Articy.UnityImporterTutorial.Features.DefaultBasicCharacterFeatureFeature)(DefaultBasicCharacterFeature.CloneObject(newClone, aFirstClassParent))); - } - newClone.OwnerId = OwnerId; - } - - public object CloneObject(object aParent, Articy.Unity.ArticyObject aFirstClassParent) - { - Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplate clone = new Articy.UnityImporterTutorial.Templates.DefaultSupportingCharacterTemplateTemplate(); - CloneProperties(clone, aFirstClassParent); - return clone; - } - - public virtual bool IsLocalizedPropertyOverwritten(string aProperty) - { - return false; - } - - #region property provider interface - public void setProp(string aProperty, object aValue) - { - int featureIndex = aProperty.IndexOf('.'); - if ((featureIndex != -1)) - { - string featurePath = aProperty.Substring(0, featureIndex); - string featureProperty = aProperty.Substring((featureIndex + 1)); - if ((featurePath == "DefaultBasicCharacterFeature")) - { - DefaultBasicCharacterFeature.setProp(featureProperty, aValue); - } - } - } - - public Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - int featureIndex = aProperty.IndexOf('.'); - if ((featureIndex != -1)) - { - string featurePath = aProperty.Substring(0, featureIndex); - string featureProperty = aProperty.Substring((featureIndex + 1)); - if ((featurePath == "DefaultBasicCharacterFeature")) - { - return DefaultBasicCharacterFeature.getProp(featureProperty); - } - } - return null; - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplate.cs.meta b/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplate.cs.meta deleted file mode 100644 index 616cef3825d7e9e2b6ed7691303fd671cc74cf96..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplate.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 6c42b757e99c67745b1ee305e42fe4a1 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplateConstraint.cs b/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplateConstraint.cs deleted file mode 100644 index 6c17acba4e359c77c01ec377b58cb0cb452f65eb..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplateConstraint.cs +++ /dev/null @@ -1,38 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using Articy.UnityImporterTutorial; -using Articy.UnityImporterTutorial.Features; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial.Templates -{ - - - public class DefaultSupportingCharacterTemplateTemplateConstraint - { - - private DefaultBasicCharacterFeatureFeatureConstraint mDefaultBasicCharacterFeature = new DefaultBasicCharacterFeatureFeatureConstraint(); - - public DefaultBasicCharacterFeatureFeatureConstraint DefaultBasicCharacterFeature - { - get - { - return mDefaultBasicCharacterFeature; - } - } - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplateConstraint.cs.meta b/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplateConstraint.cs.meta deleted file mode 100644 index 8d1aec1667bb8ae4c840797425f148cbb495dfc1..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Templates/DefaultSupportingCharacterTemplateTemplateConstraint.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: f17a8aaaf8da67a489c61e5d227d3166 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/TextObject.cs b/Assets/ArticyImporter/Content/Generated/TextObject.cs deleted file mode 100644 index 4b45e41c1d04043bc55fa7960620bed502f53ea5..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/TextObject.cs +++ /dev/null @@ -1,335 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class TextObject : ArticyObject, ITextObject, IPropertyProvider, IObjectWithColor, IObjectWithDisplayName, IObjectWithUnresolvedDisplayName, IObjectWithPreviewImage, IObjectWithText, IObjectWithUnresolvedText, IObjectWithAttachments, IObjectWithExternalId, IObjectWithShortId, IObjectWithPosition, IObjectWithZIndex, IObjectWithSize - { - - [SerializeField()] - private String mDisplayName; - - [SerializeField()] - private ArticyValueArticyModelList mAttachments = new ArticyValueArticyModelList(); - - [SerializeField()] - private PreviewImage mPreviewImage = new PreviewImage(); - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Vector2 mPosition; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private UInt32 mShortId; - - public String Unresolved_DisplayName - { - get - { - return mDisplayName; - } - } - - public String DisplayName - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mDisplayName); - } - set - { - var oldValue = mDisplayName; - mDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayName", oldValue, mDisplayName); - } - } - - public List<ArticyObject> Attachments - { - get - { - return mAttachments.GetValue(); - } - set - { - var oldValue = mAttachments; - mAttachments.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Attachments", oldValue.GetValue(), mAttachments.GetValue()); - } - } - - public PreviewImage PreviewImage - { - get - { - return mPreviewImage; - } - set - { - var oldValue = mPreviewImage; - mPreviewImage = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "PreviewImage", oldValue, mPreviewImage); - } - } - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Vector2 Position - { - get - { - return mPosition; - } - set - { - var oldValue = mPosition; - mPosition = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Position", oldValue, mPosition); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - TextObject newClone = ((TextObject)(aClone)); - newClone.DisplayName = Unresolved_DisplayName; - mAttachments.CustomClone(newClone.mAttachments); - newClone.PreviewImage = PreviewImage; - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.Position = Position; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - newClone.ShortId = ShortId; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "DisplayName")) - { - DisplayName = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Attachments")) - { - Attachments = ((List<ArticyObject>)(aValue)); - return; - } - if ((aProperty == "PreviewImage")) - { - PreviewImage = ((PreviewImage)(aValue)); - return; - } - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "Position")) - { - Position = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "DisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayName); - } - if ((aProperty == "Attachments")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Attachments); - } - if ((aProperty == "PreviewImage")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(PreviewImage); - } - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "Position")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Position); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/TextObject.cs.meta b/Assets/ArticyImporter/Content/Generated/TextObject.cs.meta deleted file mode 100644 index 487d8e0257ed29704dbbcc7cd16c0ff7537dcc91..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/TextObject.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 9b428eb9a710ac54c8b98e22e387a637 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/UserFolder.cs b/Assets/ArticyImporter/Content/Generated/UserFolder.cs index 2893feb030174e1ebbf7a12fb1b2a5442bfa6d6c..edc25dbf456d442faa38f295a3d1529a234c9543 100644 --- a/Assets/ArticyImporter/Content/Generated/UserFolder.cs +++ b/Assets/ArticyImporter/Content/Generated/UserFolder.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/VisibilityModes.cs b/Assets/ArticyImporter/Content/Generated/VisibilityModes.cs index 8687447ecdcdce57fa8558ae65f46e5aea550dd4..195090f30e1476020683a86f05d57df582311498 100644 --- a/Assets/ArticyImporter/Content/Generated/VisibilityModes.cs +++ b/Assets/ArticyImporter/Content/Generated/VisibilityModes.cs @@ -16,7 +16,7 @@ using UnityEngine; -namespace Articy.UnityImporterTutorial +namespace Articy.ViaVr { diff --git a/Assets/ArticyImporter/Content/Generated/Zone.cs b/Assets/ArticyImporter/Content/Generated/Zone.cs deleted file mode 100644 index 08d24329c6d4d3410b90145ecfe8f11da2d68ade..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Zone.cs +++ /dev/null @@ -1,611 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -using Articy.Unity; -using Articy.Unity.Interfaces; -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -namespace Articy.UnityImporterTutorial -{ - - - public class Zone : ArticyObject, IZone, IPropertyProvider, IObjectWithColor, IObjectWithDisplayName, IObjectWithUnresolvedDisplayName, IObjectWithPreviewImage, IObjectWithText, IObjectWithUnresolvedText, IObjectWithTransformation, IObjectWithVertices, IObjectWithExternalId, IObjectWithShortId, IObjectWithZIndex, IObjectWithSize - { - - [SerializeField()] - private String mDisplayName; - - [SerializeField()] - private PreviewImage mPreviewImage = new PreviewImage(); - - [SerializeField()] - private ArticyValueListVector2 mVertices = new ArticyValueListVector2(); - - [SerializeField()] - private Transformation mTransform = new Transformation(); - - [SerializeField()] - private ShapeType mShapeType = new ShapeType(); - - [SerializeField()] - private Color mColor; - - [SerializeField()] - private String mText; - - [SerializeField()] - private String mExternalId; - - [SerializeField()] - private Single mZIndex; - - [SerializeField()] - private Vector2 mSize; - - [SerializeField()] - private UInt32 mShortId; - - [SerializeField()] - private VisibilityModes mVisibility = new VisibilityModes(); - - [SerializeField()] - private Color mOutlineColor; - - [SerializeField()] - private Single mOutlineSize; - - [SerializeField()] - private OutlineStyle mOutlineStyle = new OutlineStyle(); - - [SerializeField()] - private Boolean mShowDisplayName = new Boolean(); - - [SerializeField()] - private Color mDisplayNameColor; - - [SerializeField()] - private Int32 mDisplayNameSize; - - [SerializeField()] - private Boolean mDropShadow = new Boolean(); - - [SerializeField()] - private SelectabilityModes mSelectability = new SelectabilityModes(); - - public String Unresolved_DisplayName - { - get - { - return mDisplayName; - } - } - - public String DisplayName - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mDisplayName); - } - set - { - var oldValue = mDisplayName; - mDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayName", oldValue, mDisplayName); - } - } - - public PreviewImage PreviewImage - { - get - { - return mPreviewImage; - } - set - { - var oldValue = mPreviewImage; - mPreviewImage = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "PreviewImage", oldValue, mPreviewImage); - } - } - - public List<Vector2> Vertices - { - get - { - return mVertices.GetValue(); - } - set - { - var oldValue = mVertices; - mVertices.SetValue(value); - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Vertices", oldValue.GetValue(), mVertices.GetValue()); - } - } - - public Transformation Transform - { - get - { - return mTransform; - } - set - { - var oldValue = mTransform; - mTransform = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Transform", oldValue, mTransform); - } - } - - public ShapeType ShapeType - { - get - { - return mShapeType; - } - set - { - var oldValue = mShapeType; - mShapeType = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShapeType", oldValue, mShapeType); - } - } - - public Color Color - { - get - { - return mColor; - } - set - { - var oldValue = mColor; - mColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Color", oldValue, mColor); - } - } - - public String Unresolved_Text - { - get - { - return mText; - } - } - - public String Text - { - get - { - return Articy.Unity.ArticyTextExtension.Resolve(this, mText); - } - set - { - var oldValue = mText; - mText = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Text", oldValue, mText); - } - } - - public String ExternalId - { - get - { - return mExternalId; - } - set - { - var oldValue = mExternalId; - mExternalId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ExternalId", oldValue, mExternalId); - } - } - - public Single ZIndex - { - get - { - return mZIndex; - } - set - { - var oldValue = mZIndex; - mZIndex = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ZIndex", oldValue, mZIndex); - } - } - - public Vector2 Size - { - get - { - return mSize; - } - set - { - var oldValue = mSize; - mSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Size", oldValue, mSize); - } - } - - public UInt32 ShortId - { - get - { - return mShortId; - } - set - { - var oldValue = mShortId; - mShortId = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShortId", oldValue, mShortId); - } - } - - public VisibilityModes Visibility - { - get - { - return mVisibility; - } - set - { - var oldValue = mVisibility; - mVisibility = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Visibility", oldValue, mVisibility); - } - } - - public Color OutlineColor - { - get - { - return mOutlineColor; - } - set - { - var oldValue = mOutlineColor; - mOutlineColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineColor", oldValue, mOutlineColor); - } - } - - public Single OutlineSize - { - get - { - return mOutlineSize; - } - set - { - var oldValue = mOutlineSize; - mOutlineSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineSize", oldValue, mOutlineSize); - } - } - - public OutlineStyle OutlineStyle - { - get - { - return mOutlineStyle; - } - set - { - var oldValue = mOutlineStyle; - mOutlineStyle = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "OutlineStyle", oldValue, mOutlineStyle); - } - } - - public Boolean ShowDisplayName - { - get - { - return mShowDisplayName; - } - set - { - var oldValue = mShowDisplayName; - mShowDisplayName = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "ShowDisplayName", oldValue, mShowDisplayName); - } - } - - public Color DisplayNameColor - { - get - { - return mDisplayNameColor; - } - set - { - var oldValue = mDisplayNameColor; - mDisplayNameColor = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameColor", oldValue, mDisplayNameColor); - } - } - - public Int32 DisplayNameSize - { - get - { - return mDisplayNameSize; - } - set - { - var oldValue = mDisplayNameSize; - mDisplayNameSize = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DisplayNameSize", oldValue, mDisplayNameSize); - } - } - - public Boolean DropShadow - { - get - { - return mDropShadow; - } - set - { - var oldValue = mDropShadow; - mDropShadow = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "DropShadow", oldValue, mDropShadow); - } - } - - public SelectabilityModes Selectability - { - get - { - return mSelectability; - } - set - { - var oldValue = mSelectability; - mSelectability = value; - Articy.Unity.ArticyDatabase.ObjectNotifications.ReportChanged(Id, InstanceId, "Selectability", oldValue, mSelectability); - } - } - - protected override void CloneProperties(object aClone, Articy.Unity.ArticyObject aFirstClassParent) - { - Zone newClone = ((Zone)(aClone)); - newClone.DisplayName = Unresolved_DisplayName; - newClone.PreviewImage = PreviewImage; - List<Vector2> temp_Vertices = new List<Vector2>(); - int i = 0; - for (i = 0; (i < Vertices.Count); i = (i + 1)) - { - temp_Vertices.Add(Vertices[i]); - } - newClone.Vertices = temp_Vertices; - newClone.Transform = Transform; - newClone.ShapeType = ShapeType; - newClone.Color = Color; - newClone.Text = Unresolved_Text; - newClone.ExternalId = ExternalId; - newClone.ZIndex = ZIndex; - newClone.Size = Size; - newClone.ShortId = ShortId; - newClone.Visibility = Visibility; - newClone.OutlineColor = OutlineColor; - newClone.OutlineSize = OutlineSize; - newClone.OutlineStyle = OutlineStyle; - newClone.ShowDisplayName = ShowDisplayName; - newClone.DisplayNameColor = DisplayNameColor; - newClone.DisplayNameSize = DisplayNameSize; - newClone.DropShadow = DropShadow; - newClone.Selectability = Selectability; - base.CloneProperties(newClone, aFirstClassParent); - } - - public override bool IsLocalizedPropertyOverwritten(string aProperty) - { - return base.IsLocalizedPropertyOverwritten(aProperty); - } - - #region property provider interface - public override void setProp(string aProperty, object aValue) - { - if ((aProperty == "DisplayName")) - { - DisplayName = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "PreviewImage")) - { - PreviewImage = ((PreviewImage)(aValue)); - return; - } - if ((aProperty == "Vertices")) - { - Vertices = ((List<Vector2>)(aValue)); - return; - } - if ((aProperty == "Transform")) - { - Transform = ((Transformation)(aValue)); - return; - } - if ((aProperty == "ShapeType")) - { - ShapeType = ((ShapeType)(aValue)); - return; - } - if ((aProperty == "Color")) - { - Color = ((Color)(aValue)); - return; - } - if ((aProperty == "Text")) - { - Text = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ExternalId")) - { - ExternalId = System.Convert.ToString(aValue); - return; - } - if ((aProperty == "ZIndex")) - { - ZIndex = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "Size")) - { - Size = ((Vector2)(aValue)); - return; - } - if ((aProperty == "ShortId")) - { - ShortId = ((UInt32)(aValue)); - return; - } - if ((aProperty == "Visibility")) - { - Visibility = ((VisibilityModes)(aValue)); - return; - } - if ((aProperty == "OutlineColor")) - { - OutlineColor = ((Color)(aValue)); - return; - } - if ((aProperty == "OutlineSize")) - { - OutlineSize = System.Convert.ToSingle(aValue); - return; - } - if ((aProperty == "OutlineStyle")) - { - OutlineStyle = ((OutlineStyle)(aValue)); - return; - } - if ((aProperty == "ShowDisplayName")) - { - ShowDisplayName = System.Convert.ToBoolean(aValue); - return; - } - if ((aProperty == "DisplayNameColor")) - { - DisplayNameColor = ((Color)(aValue)); - return; - } - if ((aProperty == "DisplayNameSize")) - { - DisplayNameSize = System.Convert.ToInt32(aValue); - return; - } - if ((aProperty == "DropShadow")) - { - DropShadow = System.Convert.ToBoolean(aValue); - return; - } - if ((aProperty == "Selectability")) - { - Selectability = ((SelectabilityModes)(aValue)); - return; - } - base.setProp(aProperty, aValue); - } - - public override Articy.Unity.Interfaces.ScriptDataProxy getProp(string aProperty) - { - if ((aProperty == "DisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayName); - } - if ((aProperty == "PreviewImage")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(PreviewImage); - } - if ((aProperty == "Vertices")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Vertices); - } - if ((aProperty == "Transform")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Transform); - } - if ((aProperty == "ShapeType")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShapeType); - } - if ((aProperty == "Color")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Color); - } - if ((aProperty == "Text")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Text); - } - if ((aProperty == "ExternalId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ExternalId); - } - if ((aProperty == "ZIndex")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ZIndex); - } - if ((aProperty == "Size")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Size); - } - if ((aProperty == "ShortId")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShortId); - } - if ((aProperty == "Visibility")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Visibility); - } - if ((aProperty == "OutlineColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineColor); - } - if ((aProperty == "OutlineSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineSize); - } - if ((aProperty == "OutlineStyle")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(OutlineStyle); - } - if ((aProperty == "ShowDisplayName")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(ShowDisplayName); - } - if ((aProperty == "DisplayNameColor")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameColor); - } - if ((aProperty == "DisplayNameSize")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DisplayNameSize); - } - if ((aProperty == "DropShadow")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(DropShadow); - } - if ((aProperty == "Selectability")) - { - return new Articy.Unity.Interfaces.ScriptDataProxy(Selectability); - } - return base.getProp(aProperty); - } - #endregion - } -} diff --git a/Assets/ArticyImporter/Content/Generated/Zone.cs.meta b/Assets/ArticyImporter/Content/Generated/Zone.cs.meta deleted file mode 100644 index 2dbdf23f9359cd13f4575152e024b73ee2c2236f..0000000000000000000000000000000000000000 --- a/Assets/ArticyImporter/Content/Generated/Zone.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: b27505a7e4ad539459b84d2067f9ede6 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ArticyTestData/StartFlowPlayer.cs b/Assets/ArticyTestData/StartFlowPlayer.cs index f676967549971f87c2d8b53422b93a32b148d901..9d6f4e653af502abfd482699d84da496c869c948 100644 --- a/Assets/ArticyTestData/StartFlowPlayer.cs +++ b/Assets/ArticyTestData/StartFlowPlayer.cs @@ -7,22 +7,32 @@ public class StartFlowPlayer : MonoBehaviour { + //Testing Script to start Dialogues + private ArticyFlowPlayer flowPlayer; - void Start() - { + [ArticyTypeConstraint(typeof(IDialogue), typeof(IDialogueFragment))] + public ArticyRef aPress; + [ArticyTypeConstraint(typeof(IDialogue), typeof(IDialogueFragment))] + public ArticyRef bPress; + + + void Start() { + var aPressId = aPress.GetObject() as IArticyReference; flowPlayer = GetComponent<ArticyFlowPlayer>(); - flowPlayer.StartOn = ArticyDatabase.GetObject(72057594037928251); + flowPlayer.StartOn = ArticyDatabase.GetObject(aPressId.Id); Debug.Log("Press A or B to start one of the dialogues"); } - // Start is called before the first frame update void Update() { - if (Input.GetKeyDown("a")) - flowPlayer.StartOn = ArticyDatabase.GetObject(72057594037928251); + var aPressId = aPress.GetObject() as IArticyReference; + var bPressId = bPress.GetObject() as IArticyReference; + if (Input.GetKeyDown("a")) { + flowPlayer.StartOn = ArticyDatabase.GetObject(aPressId.Id); + } if (Input.GetKeyDown("b")) - flowPlayer.StartOn = ArticyDatabase.GetObject(72057594037928445); - } + flowPlayer.StartOn = ArticyDatabase.GetObject(bPressId.Id); + } } diff --git a/Assets/ArticyTestData/ViaVr.articyu3d b/Assets/ArticyTestData/ViaVr.articyu3d new file mode 100644 index 0000000000000000000000000000000000000000..2ddef21d05e8d2f51bcd3aed6dcca868cbae114e --- /dev/null +++ b/Assets/ArticyTestData/ViaVr.articyu3d @@ -0,0 +1,2385 @@ +{ + "Settings": { + "set_TextFormatter": "TextMeshPro", + "set_IncludedNodes": "Settings, Project, GlobalVariables, ObjectDefinitions, Packages, ScriptMethods, Hierarchy, Assets", + "set_Localization": "False", + "set_UseScriptSupport": "True", + "ExportVersion": "1.2", + "ObjectDefinitionsHash": "3C145F6B6ED71D9CC6520F74955B6FF035F3D6828A61FDB82A631D368EDC3BEA", + "ScriptFragmentsHash": "0000000000" + }, + "Project": { + "Name": "VIA/VR Scenario", + "DetailName": "", + "Guid": "60d852f6-273d-4a9a-8b83-eef79f8dc671", + "TechnicalName": "ViaVr" + }, + "GlobalVariables": [ + { + "Namespace": "Variables", + "Description": "", + "Variables": [ + { + "Variable": "AskedQuestion", + "Type": "Boolean", + "Value": "False", + "Description": "" + }, + { + "Variable": "DialogueCount", + "Type": "Integer", + "Value": "0", + "Description": "" + }, + { + "Variable": "Question", + "Type": "String", + "Value": "\"Hello\"", + "Description": "" + } + ] + } + ], + "ObjectDefinitions": [ + { + "Type": "Point", + "Class": "Primitive", + "Properties": [ + { + "Property": "x", + "Type": "float" + }, + { + "Property": "y", + "Type": "float" + } + ] + }, + { + "Type": "Color", + "Class": "Primitive", + "Properties": [ + { + "Property": "a", + "Type": "float" + }, + { + "Property": "r", + "Type": "float" + }, + { + "Property": "g", + "Type": "float" + }, + { + "Property": "b", + "Type": "float" + } + ] + }, + { + "Type": "Size", + "Class": "Primitive", + "Properties": [ + { + "Property": "w", + "Type": "float" + }, + { + "Property": "h", + "Type": "float" + } + ] + }, + { + "Type": "Rect", + "Class": "Primitive", + "Properties": [ + { + "Property": "x", + "Type": "float" + }, + { + "Property": "y", + "Type": "float" + }, + { + "Property": "w", + "Type": "float" + }, + { + "Property": "h", + "Type": "float" + } + ] + }, + { + "Type": "PreviewImage", + "Class": "ArticyObject", + "Properties": [ + { + "Property": "ViewBox", + "Type": "Rect" + }, + { + "Property": "Mode", + "Type": "PreviewImageViewBoxModes" + }, + { + "Property": "Asset", + "Type": "Id" + } + ] + }, + { + "Type": "Transformation", + "Class": "ArticyObject", + "Properties": [ + { + "Property": "Pivot", + "Type": "Point" + }, + { + "Property": "Rotation", + "Type": "float" + }, + { + "Property": "Translation", + "Type": "Point" + }, + { + "Property": "Matrix", + "Type": "Array", + "ItemType": "float" + } + ] + }, + { + "Type": "OutgoingConnection", + "Class": "ArticyObject", + "Properties": [ + { + "Property": "Label", + "Type": "string" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "TargetPin", + "Type": "InputPin" + }, + { + "Property": "Target", + "Type": "Id" + } + ] + }, + { + "Type": "IncomingConnection", + "Class": "ArticyObject", + "Properties": [ + { + "Property": "Label", + "Type": "string" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "SourcePin", + "Type": "OutputPin" + }, + { + "Property": "Source", + "Type": "Id" + } + ] + }, + { + "Type": "OutputPin", + "Class": "ArticyObject", + "Properties": [ + { + "Property": "Text", + "Type": "Script_Instruction" + }, + { + "Property": "Id", + "Type": "id" + }, + { + "Property": "Owner", + "Type": "id" + }, + { + "Property": "Connections", + "Type": "Array", + "ItemType": "OutgoingConnection" + } + ] + }, + { + "Type": "InputPin", + "Class": "ArticyObject", + "Properties": [ + { + "Property": "Text", + "Type": "Script_Condition" + }, + { + "Property": "Id", + "Type": "id" + }, + { + "Property": "Owner", + "Type": "id" + }, + { + "Property": "Connections", + "Type": "Array", + "ItemType": "OutgoingConnection" + } + ] + }, + { + "Type": "LocationAnchor", + "Class": "ArticyObject", + "Properties": [ + { + "Property": "AnchorPositionX", + "Type": "float" + }, + { + "Property": "AnchorPositionY", + "Type": "float" + }, + { + "Property": "AnchorColor", + "Type": "Color" + }, + { + "Property": "AnchorSize", + "Type": "LocationAnchorSize" + } + ] + }, + { + "Type": "ShapeType", + "Class": "Enum", + "DisplayName": "ShapeType", + "Values": { + "Invalid": 0, + "Spot": 1, + "Circle": 2, + "Rectangle": 3, + "Path": 4, + "Polygon": 5, + "Link": 6 + }, + "DisplayNames": { + "Invalid": "Invalid", + "Spot": "Spot", + "Circle": "Circle", + "Rectangle": "Rectangle", + "Path": "Path", + "Polygon": "Polygon", + "Link": "Link" + } + }, + { + "Type": "SelectabilityModes", + "Class": "Enum", + "DisplayName": "SelectabilityModes", + "Values": { + "Unselectable": 0, + "Selectable": 1 + }, + "DisplayNames": { + "Unselectable": "Unselectable", + "Selectable": "Selectable" + } + }, + { + "Type": "VisibilityModes", + "Class": "Enum", + "DisplayName": "VisibilityModes", + "Values": { + "Invisible": 0, + "Visible": 1 + }, + "DisplayNames": { + "Invisible": "Invisible", + "Visible": "Visible" + } + }, + { + "Type": "OutlineStyle", + "Class": "Enum", + "DisplayName": "OutlineStyle", + "Values": { + "Solid": 0, + "Dot": 1, + "Dash": 2, + "DashDot": 3, + "DashDotDot": 4 + }, + "DisplayNames": { + "Solid": "Solid", + "Dot": "Dot", + "Dash": "Dash", + "DashDot": "DashDot", + "DashDotDot": "DashDotDot" + } + }, + { + "Type": "PathCaps", + "Class": "Enum", + "DisplayName": "PathCaps", + "Values": { + "ColoredDot": 0, + "None": 1, + "LineArrowHead": 2, + "FilledArrowHead": 3, + "Diamond": 4, + "Square": 5, + "Disc": 6 + }, + "DisplayNames": { + "ColoredDot": "ColoredDot", + "None": "None", + "LineArrowHead": "LineArrowHead", + "FilledArrowHead": "FilledArrowHead", + "Diamond": "Diamond", + "Square": "Square", + "Disc": "Disc" + } + }, + { + "Type": "LocationAnchorSize", + "Class": "Enum", + "DisplayName": "LocationAnchorSize", + "Values": { + "Small": 0, + "Medium": 1, + "Large": 2 + }, + "DisplayNames": { + "Small": "Small", + "Medium": "Medium", + "Large": "Large" + } + }, + { + "Type": "PreviewImageViewBoxModes", + "Class": "Enum", + "DisplayName": "PreviewImageViewBoxModes", + "Values": { + "FromAsset": 0, + "Custom": 1 + }, + "DisplayNames": { + "FromAsset": "FromAsset", + "Custom": "Custom" + } + }, + { + "Type": "FlowFragment", + "Class": "FlowFragment", + "DisplayName": "FlowFragment", + "Properties": [ + { + "Property": "Attachments", + "Type": "Array", + "ItemType": "Id" + }, + { + "Property": "DisplayName", + "Type": "string" + }, + { + "Property": "PreviewImage", + "Type": "PreviewImage" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "Text", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "Position", + "Type": "Point" + }, + { + "Property": "ZIndex", + "Type": "Float" + }, + { + "Property": "Size", + "Type": "Size" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + }, + { + "Property": "InputPins", + "Type": "Array", + "ItemType": "InputPin" + }, + { + "Property": "OutputPins", + "Type": "Array", + "ItemType": "OutputPin" + } + ] + }, + { + "Type": "Dialogue", + "Class": "Dialogue", + "DisplayName": "Dialogue", + "Properties": [ + { + "Property": "Attachments", + "Type": "Array", + "ItemType": "Id" + }, + { + "Property": "DisplayName", + "Type": "string" + }, + { + "Property": "PreviewImage", + "Type": "PreviewImage" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "Text", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "Position", + "Type": "Point" + }, + { + "Property": "ZIndex", + "Type": "Float" + }, + { + "Property": "Size", + "Type": "Size" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + }, + { + "Property": "InputPins", + "Type": "Array", + "ItemType": "InputPin" + }, + { + "Property": "OutputPins", + "Type": "Array", + "ItemType": "OutputPin" + } + ] + }, + { + "Type": "DialogueFragment", + "Class": "DialogueFragment", + "DisplayName": "DialogueFragment", + "Properties": [ + { + "Property": "MenuText", + "Type": "string" + }, + { + "Property": "StageDirections", + "Type": "string" + }, + { + "Property": "Speaker", + "Type": "Id" + }, + { + "Property": "SplitHeight", + "Type": "Float" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "Text", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "Position", + "Type": "Point" + }, + { + "Property": "ZIndex", + "Type": "Float" + }, + { + "Property": "Size", + "Type": "Size" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + }, + { + "Property": "InputPins", + "Type": "Array", + "ItemType": "InputPin" + }, + { + "Property": "OutputPins", + "Type": "Array", + "ItemType": "OutputPin" + } + ] + }, + { + "Type": "Hub", + "Class": "Hub", + "DisplayName": "Hub", + "Properties": [ + { + "Property": "DisplayName", + "Type": "string" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "Text", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "Position", + "Type": "Point" + }, + { + "Property": "ZIndex", + "Type": "Float" + }, + { + "Property": "Size", + "Type": "Size" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + }, + { + "Property": "InputPins", + "Type": "Array", + "ItemType": "InputPin" + }, + { + "Property": "OutputPins", + "Type": "Array", + "ItemType": "OutputPin" + } + ] + }, + { + "Type": "Comment", + "Class": "Comment", + "DisplayName": "Comment", + "Properties": [ + { + "Property": "CreatedBy", + "Type": "string" + }, + { + "Property": "CreatedOn", + "Type": "DateTime" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "Text", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "Position", + "Type": "Point" + }, + { + "Property": "ZIndex", + "Type": "Float" + }, + { + "Property": "Size", + "Type": "Size" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + } + ] + }, + { + "Type": "Jump", + "Class": "Jump", + "DisplayName": "Jump", + "Properties": [ + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "Text", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "Position", + "Type": "Point" + }, + { + "Property": "ZIndex", + "Type": "Float" + }, + { + "Property": "Size", + "Type": "Size" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + }, + { + "Property": "Target", + "Type": "Id" + }, + { + "Property": "TargetPin", + "Type": "Id" + }, + { + "Property": "InputPins", + "Type": "Array", + "ItemType": "InputPin" + }, + { + "Property": "OutputPins", + "Type": "Array", + "ItemType": "OutputPin" + } + ] + }, + { + "Type": "Entity", + "Class": "Entity", + "DisplayName": "Entity", + "Properties": [ + { + "Property": "Attachments", + "Type": "Array", + "ItemType": "Id" + }, + { + "Property": "DisplayName", + "Type": "string" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "Text", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "Position", + "Type": "Point" + }, + { + "Property": "ZIndex", + "Type": "Float" + }, + { + "Property": "Size", + "Type": "Size" + }, + { + "Property": "PreviewImage", + "Type": "PreviewImage" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + } + ] + }, + { + "Type": "Condition", + "Class": "Condition", + "DisplayName": "Condition", + "Properties": [ + { + "Property": "DisplayName", + "Type": "String" + }, + { + "Property": "Text", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "Position", + "Type": "Point" + }, + { + "Property": "ZIndex", + "Type": "Float" + }, + { + "Property": "Size", + "Type": "Size" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Expression", + "Type": "Script_Condition" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + }, + { + "Property": "InputPins", + "Type": "Array", + "ItemType": "InputPin" + }, + { + "Property": "OutputPins", + "Type": "Array", + "ItemType": "OutputPin" + } + ] + }, + { + "Type": "Instruction", + "Class": "Instruction", + "DisplayName": "Instruction", + "Properties": [ + { + "Property": "DisplayName", + "Type": "String" + }, + { + "Property": "Text", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "Position", + "Type": "Point" + }, + { + "Property": "ZIndex", + "Type": "Float" + }, + { + "Property": "Size", + "Type": "Size" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Expression", + "Type": "Script_Instruction" + }, + { + "Property": "Color", + "Type": "Color" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + }, + { + "Property": "InputPins", + "Type": "Array", + "ItemType": "InputPin" + }, + { + "Property": "OutputPins", + "Type": "Array", + "ItemType": "OutputPin" + } + ] + }, + { + "Type": "UserFolder", + "Class": "UserFolder", + "DisplayName": "UserFolder", + "Properties": [ + { + "Property": "DisplayName", + "Type": "string" + }, + { + "Property": "ExternalId", + "Type": "string" + }, + { + "Property": "ShortId", + "Type": "uint" + }, + { + "Property": "Id", + "Type": "Id" + }, + { + "Property": "TechnicalName", + "Type": "string" + }, + { + "Property": "Parent", + "Type": "Id" + }, + { + "Property": "ZIndex", + "Type": "Float" + } + ] + } + ], + "Packages": [ + { + "Name": "Export package", + "Description": "", + "IsDefaultPackage": true, + "Models": [ + { + "Type": "Dialogue", + "Properties": { + "TechnicalName": "Test_Dialogue_2A", + "Id": "0x010000000000002B", + "Parent": "0x0300000043CE43F7", + "Attachments": [], + "DisplayName": "Test Dialogue 2A", + "PreviewImage": { + "ViewBox": { + "x": 0.0, + "y": 0.0, + "w": 0.0, + "h": 0.0 + }, + "Mode": "FromAsset", + "Asset": "0x0000000000000000" + }, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "", + "ExternalId": "Test_Dialogue_2A", + "Position": { + "x": 142.0, + "y": 125.0 + }, + "ZIndex": 0.0, + "Size": { + "w": 291.0, + "h": 200.0 + }, + "ShortId": 3849112351, + "InputPins": [ + { + "Text": "", + "Id": "0x010000000000002E", + "Owner": "0x010000000000002B", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x0100000000000041", + "Target": "0x010000000000003E" + } + ] + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x010000000000002F", + "Owner": "0x010000000000002B", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x0100000000000034", + "Target": "0x0100000000000031" + } + ] + } + ] + } + }, + { + "Type": "Dialogue", + "Properties": { + "TechnicalName": "Test_Dialogue_2B", + "Id": "0x0100000000000031", + "Parent": "0x0300000043CE43F7", + "Attachments": [], + "DisplayName": "Test Dialogue 2B", + "PreviewImage": { + "ViewBox": { + "x": 0.0, + "y": 0.0, + "w": 0.0, + "h": 0.0 + }, + "Mode": "FromAsset", + "Asset": "0x0000000000000000" + }, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "", + "ExternalId": "Test_Dialogue_2B", + "Position": { + "x": 492.0, + "y": 125.0 + }, + "ZIndex": 1.0, + "Size": { + "w": 291.0, + "h": 200.0 + }, + "ShortId": 2853363502, + "InputPins": [ + { + "Text": "", + "Id": "0x0100000000000034", + "Owner": "0x0100000000000031", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x0100000000000081", + "Target": "0x010000000000007E" + } + ] + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000035", + "Owner": "0x0100000000000031" + } + ] + } + }, + { + "Type": "Dialogue", + "Properties": { + "TechnicalName": "Test_Dialogue_1", + "Id": "0x0100000000000037", + "Parent": "0x0300000043CE43F7", + "Attachments": [], + "DisplayName": "Test Dialogue 1", + "PreviewImage": { + "ViewBox": { + "x": 0.0, + "y": 0.0, + "w": 0.0, + "h": 0.0 + }, + "Mode": "FromAsset", + "Asset": "0x0000000000000000" + }, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "", + "ExternalId": "Test_Dialogue_1", + "Position": { + "x": 142.0, + "y": -125.0 + }, + "ZIndex": 2.0, + "Size": { + "w": 291.0, + "h": 200.0 + }, + "ShortId": 4039136308, + "InputPins": [ + { + "Text": "", + "Id": "0x010000000000003A", + "Owner": "0x0100000000000037" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x010000000000003B", + "Owner": "0x0100000000000037" + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_97DB3541", + "Id": "0x010000000000003E", + "Parent": "0x010000000000002B", + "MenuText": "", + "StageDirections": "", + "Speaker": "0x010000000000001F", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>Who should I talk to next?</align>\n<align=left></align>", + "ExternalId": "", + "Position": { + "x": 505.0, + "y": 213.0 + }, + "ZIndex": 0.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 2547725633, + "InputPins": [ + { + "Text": "", + "Id": "0x0100000000000041", + "Owner": "0x010000000000003E" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000042", + "Owner": "0x010000000000003E", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x010000000000004A", + "Target": "0x0100000000000048" + } + ] + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_FFDB0717", + "Id": "0x0100000000000062", + "Parent": "0x010000000000002B", + "MenuText": "Ask Person B", + "StageDirections": "", + "Speaker": "0x0100000000000027", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>Maybe this will work?</align>", + "ExternalId": "", + "Position": { + "x": 1030.0, + "y": 213.0 + }, + "ZIndex": 9.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 4292544279, + "InputPins": [ + { + "Text": "", + "Id": "0x0100000000000065", + "Owner": "0x0100000000000062" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000066", + "Owner": "0x0100000000000062", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x0100000000000056", + "Target": "0x0100000000000053" + } + ] + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_7672325F", + "Id": "0x010000000000006B", + "Parent": "0x010000000000002B", + "MenuText": "Ask Person C", + "StageDirections": "", + "Speaker": "0x0100000000000044", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>I know exactly what to do!</align>", + "ExternalId": "", + "Position": { + "x": 1030.0, + "y": 438.0 + }, + "ZIndex": 12.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 1987195487, + "InputPins": [ + { + "Text": "", + "Id": "0x010000000000006E", + "Owner": "0x010000000000006B" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x010000000000006F", + "Owner": "0x010000000000006B", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x0100000000000074", + "Target": "0x0100000000000071" + } + ] + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_4571D1A3", + "Id": "0x0100000000000071", + "Parent": "0x010000000000002B", + "MenuText": "", + "StageDirections": "", + "Speaker": "0x0000000000000000", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>It seems the dialogue will progress now!</align>", + "ExternalId": "", + "Position": { + "x": 1305.0, + "y": 438.0 + }, + "ZIndex": 14.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 1165087139, + "InputPins": [ + { + "Text": "", + "Id": "0x0100000000000074", + "Owner": "0x0100000000000071" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000075", + "Owner": "0x0100000000000071", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x010000000000002F", + "Target": "0x010000000000002B" + } + ] + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_AE932E46", + "Id": "0x010000000000004E", + "Parent": "0x010000000000002B", + "MenuText": "Ask Person A\r\n", + "StageDirections": "", + "Speaker": "0x0100000000000023", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>Let's see if this works!</align>", + "ExternalId": "", + "Position": { + "x": 1030.0, + "y": -12.0 + }, + "ZIndex": 3.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 2928881222, + "InputPins": [ + { + "Text": "", + "Id": "0x0100000000000051", + "Owner": "0x010000000000004E" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000052", + "Owner": "0x010000000000004E", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x0100000000000056", + "Target": "0x0100000000000053" + } + ] + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_3EA4BB16", + "Id": "0x0100000000000053", + "Parent": "0x010000000000002B", + "MenuText": "", + "StageDirections": "", + "Speaker": "0x010000000000001F", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>Doesn't seem like this will help me much.</align>", + "ExternalId": "", + "Position": { + "x": 1305.0, + "y": -12.0 + }, + "ZIndex": 4.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 1050983190, + "InputPins": [ + { + "Text": "", + "Id": "0x0100000000000056", + "Owner": "0x0100000000000053" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000057", + "Owner": "0x0100000000000053", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x010000000000005F", + "Target": "0x010000000000005C" + } + ] + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_8AF42064", + "Id": "0x010000000000007E", + "Parent": "0x0100000000000031", + "MenuText": "", + "StageDirections": "", + "Speaker": "0x010000000000001F", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>It looks like it worked, we're in another Dialogue now!</align>", + "ExternalId": "", + "Position": { + "x": 250.0, + "y": 250.0 + }, + "ZIndex": 0.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 2331254884, + "InputPins": [ + { + "Text": "", + "Id": "0x0100000000000081", + "Owner": "0x010000000000007E" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000082", + "Owner": "0x010000000000007E", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x0100000000000088", + "Target": "0x0100000000000085" + } + ] + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_CBE66EE6", + "Id": "0x0100000000000085", + "Parent": "0x0100000000000031", + "MenuText": "", + "StageDirections": "", + "Speaker": "0x0100000000000044", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>Glad to be of service!</align>", + "ExternalId": "", + "Position": { + "x": 550.0, + "y": 250.0 + }, + "ZIndex": 2.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 3420876518, + "InputPins": [ + { + "Text": "", + "Id": "0x0100000000000088", + "Owner": "0x0100000000000085" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000089", + "Owner": "0x0100000000000085", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x010000000000008F", + "Target": "0x010000000000008C" + } + ] + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_A4971ED0", + "Id": "0x010000000000008C", + "Parent": "0x0100000000000031", + "MenuText": "", + "StageDirections": "", + "Speaker": "0x0000000000000000", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>End of Dialogue 2B.</align>", + "ExternalId": "", + "Position": { + "x": 825.0, + "y": 250.0 + }, + "ZIndex": 4.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 2761367248, + "InputPins": [ + { + "Text": "", + "Id": "0x010000000000008F", + "Owner": "0x010000000000008C" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000090", + "Owner": "0x010000000000008C" + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_873D91B3", + "Id": "0x0100000000000093", + "Parent": "0x0100000000000037", + "MenuText": "", + "StageDirections": "", + "Speaker": "0x010000000000001F", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>Let's see what I can do here.</align>", + "ExternalId": "", + "Position": { + "x": 500.0, + "y": 175.0 + }, + "ZIndex": 0.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 2268959155, + "InputPins": [ + { + "Text": "", + "Id": "0x0100000000000096", + "Owner": "0x0100000000000093" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x0100000000000097", + "Owner": "0x0100000000000093", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x010000000000009C", + "Target": "0x0100000000000099" + }, + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x01000000000000A4", + "Target": "0x01000000000000A1" + } + ] + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_63715C29", + "Id": "0x0100000000000099", + "Parent": "0x0100000000000037", + "MenuText": "Very Long Text", + "StageDirections": "", + "Speaker": "0x0100000000000023", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vehicula euismod magna eu fringilla. Aliquam erat volutpat. In hac habitasse platea dictumst. Cras ornare sagittis euismod. Praesent bibendum, arcu id maximus bibendum, diam augue tempor est, vitae feugiat lacus magna id diam. Praesent mollis nisl fringilla nisl efficitur, ac aliquam libero pharetra. Morbi interdum, turpis ut cursus dictum, erat purus bibendum nisl, ut ullamcorper nibh est in massa. Praesent at volutpat erat. Sed in magna nec ante hendrerit pellentesque a sit amet diam. Aliquam quis dui mattis, vulputate est id, feugiat sem. Nam egestas tortor sit amet libero consectetur ultrices. Donec auctor vulputate erat, vel blandit tortor bibendum in. Suspendisse eget diam aliquet, convallis turpis vitae, vehicula nunc. </align>", + "ExternalId": "", + "Position": { + "x": 825.0, + "y": 75.0 + }, + "ZIndex": 1.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 1668373545, + "InputPins": [ + { + "Text": "", + "Id": "0x010000000000009C", + "Owner": "0x0100000000000099" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x010000000000009D", + "Owner": "0x0100000000000099" + } + ] + } + }, + { + "Type": "DialogueFragment", + "Properties": { + "TechnicalName": "DFr_64FEE19A", + "Id": "0x01000000000000A1", + "Parent": "0x0100000000000037", + "MenuText": "Articy Text Size", + "StageDirections": "", + "Speaker": "0x0100000000000023", + "SplitHeight": 64.0, + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "<align=left><size=48>BIG TEXT</size></align>", + "ExternalId": "", + "Position": { + "x": 825.0, + "y": 300.0 + }, + "ZIndex": 3.0, + "Size": { + "w": 225.0, + "h": 200.0 + }, + "ShortId": 1694425498, + "InputPins": [ + { + "Text": "", + "Id": "0x01000000000000A4", + "Owner": "0x01000000000000A1" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x01000000000000A5", + "Owner": "0x01000000000000A1" + } + ] + } + }, + { + "Type": "Hub", + "Properties": { + "TechnicalName": "Hub_B7DF6639", + "Id": "0x0100000000000048", + "Parent": "0x010000000000002B", + "DisplayName": "Question", + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "", + "ExternalId": "", + "Position": { + "x": 780.0, + "y": 288.0 + }, + "ZIndex": 1.0, + "Size": { + "w": 175.0, + "h": 50.0 + }, + "ShortId": 3084871225, + "InputPins": [ + { + "Text": "", + "Id": "0x010000000000004A", + "Owner": "0x0100000000000048" + } + ], + "OutputPins": [ + { + "Text": "", + "Id": "0x010000000000004B", + "Owner": "0x0100000000000048", + "Connections": [ + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x0100000000000051", + "Target": "0x010000000000004E" + }, + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x0100000000000065", + "Target": "0x0100000000000062" + }, + { + "Color": { + "a": 1.0, + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Label": "", + "TargetPin": "0x010000000000006E", + "Target": "0x010000000000006B" + } + ] + } + ] + } + }, + { + "Type": "Jump", + "Properties": { + "TechnicalName": "Jmp_070767CE", + "Id": "0x010000000000005C", + "Parent": "0x010000000000002B", + "Target": "0x0100000000000048", + "TargetPin": "0x010000000000004A", + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "", + "ExternalId": "", + "Position": { + "x": 1580.0, + "y": 13.0 + }, + "ZIndex": 7.0, + "Size": { + "w": 175.0, + "h": 150.0 + }, + "ShortId": 117925838, + "InputPins": [ + { + "Text": "", + "Id": "0x010000000000005F", + "Owner": "0x010000000000005C" + } + ] + } + }, + { + "Type": "Entity", + "Properties": { + "TechnicalName": "Player", + "Id": "0x010000000000001F", + "Parent": "0x03000000AC61A2B3", + "Attachments": [], + "DisplayName": "Player", + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "", + "ExternalId": "Player", + "Position": { + "x": 0.0, + "y": 0.0 + }, + "ZIndex": 0.0, + "Size": { + "w": 256.0, + "h": 196.0 + }, + "PreviewImage": { + "ViewBox": { + "x": 0.0, + "y": 0.0, + "w": 0.0, + "h": 0.0 + }, + "Mode": "FromAsset", + "Asset": "0x0000000000000000" + }, + "ShortId": 175041976 + } + }, + { + "Type": "Entity", + "Properties": { + "TechnicalName": "A", + "Id": "0x0100000000000023", + "Parent": "0x03000000AC61A2B3", + "Attachments": [], + "DisplayName": "A", + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "", + "ExternalId": "A", + "Position": { + "x": 20.0, + "y": 20.0 + }, + "ZIndex": 1.0, + "Size": { + "w": 256.0, + "h": 196.0 + }, + "PreviewImage": { + "ViewBox": { + "x": 0.0, + "y": 0.0, + "w": 0.0, + "h": 0.0 + }, + "Mode": "FromAsset", + "Asset": "0x0000000000000000" + }, + "ShortId": 2716827231 + } + }, + { + "Type": "Entity", + "Properties": { + "TechnicalName": "B", + "Id": "0x0100000000000027", + "Parent": "0x03000000AC61A2B3", + "Attachments": [], + "DisplayName": "B", + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "", + "ExternalId": "B", + "Position": { + "x": 40.0, + "y": 40.0 + }, + "ZIndex": 2.0, + "Size": { + "w": 256.0, + "h": 196.0 + }, + "PreviewImage": { + "ViewBox": { + "x": 0.0, + "y": 0.0, + "w": 0.0, + "h": 0.0 + }, + "Mode": "FromAsset", + "Asset": "0x0000000000000000" + }, + "ShortId": 3013704420 + } + }, + { + "Type": "Entity", + "Properties": { + "TechnicalName": "C", + "Id": "0x0100000000000044", + "Parent": "0x03000000AC61A2B3", + "Attachments": [], + "DisplayName": "C", + "Color": { + "r": 0.577580452, + "g": 0.7605245, + "b": 0.7991027 + }, + "Text": "", + "ExternalId": "C", + "Position": { + "x": 60.0, + "y": 60.0 + }, + "ZIndex": 3.0, + "Size": { + "w": 256.0, + "h": 196.0 + }, + "PreviewImage": { + "ViewBox": { + "x": 0.0, + "y": 0.0, + "w": 0.0, + "h": 0.0 + }, + "Mode": "FromAsset", + "Asset": "0x0000000000000000" + }, + "ShortId": 2652349448 + } + } + ] + } + ], + "ScriptMethods": [], + "Hierarchy": { + "Id": "0x0100000000000001", + "TechnicalName": "ViaVr", + "Type": "Project", + "Children": [ + { + "Id": "0x03000000F917511B", + "TechnicalName": "ProjectSettings", + "Type": "ProjectSettingsFolder", + "Children": [ + { + "Id": "0x010000000000001A", + "TechnicalName": "", + "Type": "ProjectSettingsFlow" + }, + { + "Id": "0x0100000000000018", + "TechnicalName": "", + "Type": "ProjectSettingsGeneral" + }, + { + "Id": "0x0100000000000019", + "TechnicalName": "", + "Type": "ProjectSettingsJourneys" + } + ] + }, + { + "Id": "0x030000002B4F4C54", + "TechnicalName": "GlobalVariables", + "Type": "GlobalVariables", + "Children": [ + { + "Id": "0x010000000000001B", + "TechnicalName": "", + "Type": "VariableSet" + } + ] + }, + { + "Id": "0x0300000043CE43F7", + "TechnicalName": "Flow", + "Type": "Flow", + "Children": [ + { + "Id": "0x0100000000000037", + "TechnicalName": "Test_Dialogue_1", + "Type": "Dialogue", + "Children": [ + { + "Id": "0x0100000000000093", + "TechnicalName": "DFr_873D91B3", + "Type": "DialogueFragment" + }, + { + "Id": "0x0100000000000099", + "TechnicalName": "DFr_63715C29", + "Type": "DialogueFragment" + }, + { + "Id": "0x01000000000000A1", + "TechnicalName": "DFr_64FEE19A", + "Type": "DialogueFragment" + } + ] + }, + { + "Id": "0x010000000000002B", + "TechnicalName": "Test_Dialogue_2A", + "Type": "Dialogue", + "Children": [ + { + "Id": "0x010000000000003E", + "TechnicalName": "DFr_97DB3541", + "Type": "DialogueFragment" + }, + { + "Id": "0x0100000000000048", + "TechnicalName": "Hub_B7DF6639", + "Type": "Hub" + }, + { + "Id": "0x010000000000004E", + "TechnicalName": "DFr_AE932E46", + "Type": "DialogueFragment" + }, + { + "Id": "0x0100000000000062", + "TechnicalName": "DFr_FFDB0717", + "Type": "DialogueFragment" + }, + { + "Id": "0x010000000000006B", + "TechnicalName": "DFr_7672325F", + "Type": "DialogueFragment" + }, + { + "Id": "0x0100000000000053", + "TechnicalName": "DFr_3EA4BB16", + "Type": "DialogueFragment" + }, + { + "Id": "0x0100000000000071", + "TechnicalName": "DFr_4571D1A3", + "Type": "DialogueFragment" + }, + { + "Id": "0x010000000000005C", + "TechnicalName": "Jmp_070767CE", + "Type": "Jump" + } + ] + }, + { + "Id": "0x0100000000000031", + "TechnicalName": "Test_Dialogue_2B", + "Type": "Dialogue", + "Children": [ + { + "Id": "0x010000000000007E", + "TechnicalName": "DFr_8AF42064", + "Type": "DialogueFragment" + }, + { + "Id": "0x0100000000000085", + "TechnicalName": "DFr_CBE66EE6", + "Type": "DialogueFragment" + }, + { + "Id": "0x010000000000008C", + "TechnicalName": "DFr_A4971ED0", + "Type": "DialogueFragment" + } + ] + } + ] + }, + { + "Id": "0x03000000AC61A2B3", + "TechnicalName": "Entities", + "Type": "Entities", + "Children": [ + { + "Id": "0x0100000000000023", + "TechnicalName": "A", + "Type": "Entity" + }, + { + "Id": "0x0100000000000027", + "TechnicalName": "B", + "Type": "Entity" + }, + { + "Id": "0x0100000000000044", + "TechnicalName": "C", + "Type": "Entity" + }, + { + "Id": "0x010000000000001F", + "TechnicalName": "Player", + "Type": "Entity" + } + ] + }, + { + "Id": "0x0300000029CF057C", + "TechnicalName": "TemplateDesign", + "Type": "TemplateDesign", + "Children": [ + { + "Id": "0x03000000D2404DC0", + "TechnicalName": "Features", + "Type": "Features" + }, + { + "Id": "0x030000002C0951AE", + "TechnicalName": "PropertyTemplates", + "Type": "TraitTemplatesFolder", + "Children": [ + { + "Id": "0x03000000BB12F1B8", + "TechnicalName": "", + "Type": "TraitTemplatesTypedFolder" + }, + { + "Id": "0x0300000037DCE3F0", + "TechnicalName": "", + "Type": "TraitTemplatesTypedFolder" + }, + { + "Id": "0x030000006E2C178B", + "TechnicalName": "", + "Type": "TraitTemplatesTypedFolder" + }, + { + "Id": "0x03000000D745C449", + "TechnicalName": "", + "Type": "TraitTemplatesTypedFolder" + }, + { + "Id": "0x030000003630A240", + "TechnicalName": "", + "Type": "TraitTemplatesTypedFolder" + }, + { + "Id": "0x030000006F82D78E", + "TechnicalName": "", + "Type": "TraitTemplatesTypedFolder" + } + ] + }, + { + "Id": "0x030000009AF68DCD", + "TechnicalName": "Templates", + "Type": "Templates", + "Children": [ + { + "Id": "0x03000000DCC67F9D", + "TechnicalName": "", + "Type": "TemplateTypeFolder" + }, + { + "Id": "0x03000000030B5ACF", + "TechnicalName": "", + "Type": "TemplateTypeFolder" + }, + { + "Id": "0x030000008DD5C0F2", + "TechnicalName": "", + "Type": "TemplateTypeFolder" + }, + { + "Id": "0x0300000078B45A71", + "TechnicalName": "", + "Type": "TemplateTypeFolder" + }, + { + "Id": "0x030000006D1BC275", + "TechnicalName": "", + "Type": "TemplateTypeFolder" + }, + { + "Id": "0x0300000013DF3A1A", + "TechnicalName": "", + "Type": "TemplateTypeFolder" + }, + { + "Id": "0x03000000BA022E2F", + "TechnicalName": "", + "Type": "TemplateTypeFolder" + }, + { + "Id": "0x03000000ADA9FA17", + "TechnicalName": "", + "Type": "TemplateTypeFolder" + } + ] + } + ] + }, + { + "Id": "0x01000000000000A9", + "TechnicalName": "", + "Type": "RuleSet", + "Children": [ + { + "Id": "0x01000000000000AC", + "TechnicalName": "", + "Type": "RuleSetPackage" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/Assets/ArticyTestData/ViaVr.articyu3d.meta b/Assets/ArticyTestData/ViaVr.articyu3d.meta new file mode 100644 index 0000000000000000000000000000000000000000..dd07eea73c39312ed92bd6dbe1ffbca4acd2e35a --- /dev/null +++ b/Assets/ArticyTestData/ViaVr.articyu3d.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 37fdb53e960a5764fbca60acee6eb15d +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ArticyImporter/Content/Generated/Features.meta b/Assets/Gizmos/Articy/ViaVr.meta similarity index 77% rename from Assets/ArticyImporter/Content/Generated/Features.meta rename to Assets/Gizmos/Articy/ViaVr.meta index 2cb838ee031608c42fcac8046d0ab5a284ee07df..8b6c18cb7ada90b993670914d023d579f800b93f 100644 --- a/Assets/ArticyImporter/Content/Generated/Features.meta +++ b/Assets/Gizmos/Articy/ViaVr.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 5791038a6b765b14486c156c215b8b02 +guid: 947e65ea9ca6d2340a0f1a179e0aacb7 folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Assets/ArticyImporter/Content/Generated/Templates.meta b/Assets/Gizmos/Articy/ViaVr/GlobalVariables.meta similarity index 77% rename from Assets/ArticyImporter/Content/Generated/Templates.meta rename to Assets/Gizmos/Articy/ViaVr/GlobalVariables.meta index df4bdc07e207f9c7256147db0766f04d3c84befe..f863dce51ad9fae2619766a7cf4108c4a81f208c 100644 --- a/Assets/ArticyImporter/Content/Generated/Templates.meta +++ b/Assets/Gizmos/Articy/ViaVr/GlobalVariables.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 64a3bc1e89a764947a05aaa693fc831c +guid: fdee04de09807ec45b253e4109b15b20 folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Assets/Gizmos/Articy/ViaVr/GlobalVariables/ArticyGlobalVariables Icon.png b/Assets/Gizmos/Articy/ViaVr/GlobalVariables/ArticyGlobalVariables Icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a1a962bc60a6d97482c1f68d86de733b4551e61 --- /dev/null +++ b/Assets/Gizmos/Articy/ViaVr/GlobalVariables/ArticyGlobalVariables Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d863b982b502ff889bb42bc0ad7acde5a27f50eec2ff3cfaf9c21d520206ab69 +size 3619 diff --git a/Assets/Gizmos/Articy/ViaVr/GlobalVariables/ArticyGlobalVariables Icon.png.meta b/Assets/Gizmos/Articy/ViaVr/GlobalVariables/ArticyGlobalVariables Icon.png.meta new file mode 100644 index 0000000000000000000000000000000000000000..2e7f435f6df4752ce55a03de73758a48272e3038 --- /dev/null +++ b/Assets/Gizmos/Articy/ViaVr/GlobalVariables/ArticyGlobalVariables Icon.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: 47f82cea9c0739345b23bf294cca0504 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/ArticyTestScene.unity b/Assets/Scenes/ArticyTestScene.unity index 0d601c77b5f5a1a45e59c52db1fc84189eec8585..49482f1e62a854db8627fca1141cd9dffa6f2a23 100644 --- a/Assets/Scenes/ArticyTestScene.unity +++ b/Assets/Scenes/ArticyTestScene.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -123,6 +123,132 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} +--- !u!1 &692528162 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 692528168} + - component: {fileID: 692528167} + - component: {fileID: 692528166} + - component: {fileID: 692528165} + - component: {fileID: 692528164} + - component: {fileID: 692528163} + m_Layer: 5 + m_Name: UIDocument + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &692528163 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 692528162} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 04f433ebeda01b14092e4f7f84512a40, type: 3} + m_Name: + m_EditorClassIdentifier: + aPress: + instanceId: 0 + referencingMode: 0 + lowId: 147 + highId: 16777216 + bPress: + instanceId: 0 + referencingMode: 0 + lowId: 43 + highId: 16777216 +--- !u!114 &692528164 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 692528162} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d52eb85494921dd48be8d847a8298602, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &692528165 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 692528162} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 149237616, guid: df2ec02f61e861546b9427c26ccacb8d, type: 3} + m_Name: + m_EditorClassIdentifier: + useDefaultGlobalVariables: 1 + globalVariables: {fileID: 0} + overwriteMethodProvider: 0 + overwrittenMethodProvider: {fileID: 0} + startOn: + instanceId: 0 + referencingMode: 0 + lowId: 0 + highId: 0 + pauseOn: 7 + ignoreInvalidBranches: 1 + continuouslyRecalculateBranches: 0 + continouslyRecalculateInterval: 1 +--- !u!114 &692528166 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 692528162} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0b06390bd25b8824eb83c9de4937a410, type: 3} + m_Name: + m_EditorClassIdentifier: + visualTree: {fileID: 9197481963319205126, guid: 603e8ecda2bc66148be7bc0929e2f25b, type: 3} + styleSheet: {fileID: 7433441132597879392, guid: 78ec576a11766354b9c6c1e555acf5e4, type: 3} + defaultButtonText: Continue +--- !u!114 &692528167 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 692528162} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 19102, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_PanelSettings: {fileID: 11400000, guid: fd07337020fac9f4d817f2d168694173, type: 2} + m_ParentUI: {fileID: 0} + sourceAsset: {fileID: 0} + m_SortingOrder: 0 +--- !u!4 &692528168 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 692528162} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1256801072 GameObject: m_ObjectHideFlags: 0 @@ -217,6 +343,7 @@ GameObject: m_Component: - component: {fileID: 1933320863} - component: {fileID: 1933320862} + - component: {fileID: 1933320864} m_Layer: 0 m_Name: Directional Light m_TagString: Untagged @@ -301,3 +428,23 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!114 &1933320864 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1933320861} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} diff --git a/Assets/UI/DialogueBox/ArticyStoryline.cs b/Assets/UI/DialogueBox/ArticyStoryline.cs index 14f3eaad40757e3dbc8569628bb3a54bc9d35b66..671a18f781124e724923af5acaf8a4144dbede69 100644 --- a/Assets/UI/DialogueBox/ArticyStoryline.cs +++ b/Assets/UI/DialogueBox/ArticyStoryline.cs @@ -8,28 +8,42 @@ public class ArticyStoryline : MonoBehaviour, IArticyFlowPlayerCallbacks { public IList<Branch> currentBranches; //previously ApplyTransition + //is called at every "Pause" of the Flow Player (Pause = Dialogue Nodes,...) public void OnFlowPlayerPaused(IFlowObject currentNode) { var dialogueBox = GetComponent<DialogueBox>(); - - var objWithText = currentNode as IObjectWithText; - if (objWithText != null) - dialogueBox.SetText(objWithText.Text); - var objSpeaker = currentNode as IObjectWithSpeaker; - if (objSpeaker != null) { - var speakerDisplayName = objSpeaker.Speaker as IObjectWithDisplayName; - dialogueBox.SetActor(speakerDisplayName.DisplayName); - } - else - dialogueBox.SetActor(string.Empty); + if (currentNode != null) { + var objWithText = currentNode as IObjectWithText; + if (objWithText != null) { + dialogueBox.SetText(objWithText.Text); + } + var objSpeaker = currentNode as IObjectWithSpeaker; + if (objSpeaker != null) { + var speakerDisplayName = objSpeaker.Speaker as IObjectWithDisplayName; + if (speakerDisplayName != null) { + dialogueBox.SetActor(speakerDisplayName.DisplayName); + } + else { + dialogueBox.SetActor(string.Empty); + } + } + else { + dialogueBox.SetActor(string.Empty); + } + } + else { + dialogueBox.ClearUI(); + } } + //is called with every new Dialogue Node and returns its branches public void OnBranchesUpdated(IList<Branch> branches) { currentBranches = branches; GetComponent<DialogueBox>().SetTransitions(currentBranches); } + //used by the Buttons in the DialogueBox script public void ApplyTransition(int count) { GetComponent<DialogueBox>().ClearUI(); GetComponent<ArticyFlowPlayer>().Play(currentBranches[count]); diff --git a/Assets/UI/DialogueBox/DialogueBox.cs b/Assets/UI/DialogueBox/DialogueBox.cs index 14d630520ff633deadefdb1ae0564410e5dfbf86..b3983749583381b944185a23e72cc321be149915 100644 --- a/Assets/UI/DialogueBox/DialogueBox.cs +++ b/Assets/UI/DialogueBox/DialogueBox.cs @@ -16,6 +16,7 @@ public class DialogueBox : MonoBehaviour { public VisualTreeAsset visualTree; public StyleSheet styleSheet; + public string defaultButtonText = "Continue"; public void Awake() { uiDocument = GetComponent<UIDocument>(); @@ -42,7 +43,7 @@ public void ClearUI() { buttons[i].visible = false; } -public void SetActor(string actor) { + public void SetActor(string actor) { root.Q<Label>("Actor").text = actor; } @@ -56,17 +57,18 @@ public void SetTransitions(IList<Branch> branches) { if (i < branches.Count) { buttons[i].visible = true; - if (branches.Count > 1) { - var menuText = branches[i].Target as IObjectWithMenuText; + + var menuText = branches[i].Target as IObjectWithMenuText; + if (menuText != null && menuText.MenuText != string.Empty) { buttons[i].text = menuText.MenuText; } - else - buttons[i].text = "Continue"; - - } - else + else { + buttons[i].text = defaultButtonText; + } + } + else { buttons[i].visible = false; - + } } } }