Browse Source

Added Conversation example

master
Christopher 8 years ago
parent
commit
c980b9d58e
  1. 9
      Assets/FungusExamples/Conversation.meta
  2. 1046
      Assets/FungusExamples/Conversation/Conversation.unity
  3. 8
      Assets/FungusExamples/Conversation/Conversation.unity.meta
  4. 25
      Assets/FungusExamples/FungusLua/Narrative/PortaitControlExample.unity

9
Assets/FungusExamples/Conversation.meta

@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: a55fed38b03324b71a6d4e76a3dbb69c
folderAsset: yes
timeCreated: 1469542889
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

1046
Assets/FungusExamples/Conversation/Conversation.unity

File diff suppressed because it is too large Load Diff

8
Assets/FungusExamples/Conversation/Conversation.unity.meta

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: f9de98f03841042f6a139eccdfbfcadc
timeCreated: 1469542890
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

25
Assets/FungusExamples/FungusLua/Narrative/PortaitControlExample.unity

@ -248,6 +248,7 @@ GameObject:
- 114: {fileID: 574033266} - 114: {fileID: 574033266}
- 114: {fileID: 574033273} - 114: {fileID: 574033273}
- 114: {fileID: 574033271} - 114: {fileID: 574033271}
- 114: {fileID: 574033274}
m_Layer: 0 m_Layer: 0
m_Name: Flowchart m_Name: Flowchart
m_TagString: Untagged m_TagString: Untagged
@ -355,6 +356,7 @@ MonoBehaviour:
- {fileID: 574033271} - {fileID: 574033271}
- {fileID: 574033273} - {fileID: 574033273}
- {fileID: 574033272} - {fileID: 574033272}
- {fileID: 574033274}
- {fileID: 574033266} - {fileID: 574033266}
--- !u!114 &574033269 --- !u!114 &574033269
MonoBehaviour: MonoBehaviour:
@ -372,7 +374,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
variablesScrollPos: {x: 0, y: 0} variablesScrollPos: {x: 0, y: 0}
variablesExpanded: 1 variablesExpanded: 1
blockViewHeight: 214 blockViewHeight: 399
zoom: 0.967998 zoom: 0.967998
scrollViewRect: scrollViewRect:
serializedVersion: 2 serializedVersion: 2
@ -381,8 +383,7 @@ MonoBehaviour:
width: 1114 width: 1114
height: 859 height: 859
selectedBlock: {fileID: 574033268} selectedBlock: {fileID: 574033268}
selectedCommands: selectedCommands: []
- {fileID: 574033271}
variables: [] variables: []
description: description:
stepPause: 0 stepPause: 0
@ -517,6 +518,24 @@ MonoBehaviour:
runAsCoroutine: 1 runAsCoroutine: 1
waitUntilFinished: 1 waitUntilFinished: 1
returnVariable: {fileID: 0} returnVariable: {fileID: 0}
--- !u!114 &574033274
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 574033265}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3315ad2ebb85443909a1203d56d9344e, type: 3}
m_Name:
m_EditorClassIdentifier:
itemId: 8
errorMessage:
indentLevel: 0
_duration:
floatRef: {fileID: 0}
floatVal: 1
durationOLD: 0
--- !u!1 &653560666 stripped --- !u!1 &653560666 stripped
GameObject: GameObject:
m_PrefabParentObject: {fileID: 110274, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} m_PrefabParentObject: {fileID: 110274, guid: c6289d5f8fa843145a2355af9cb09719, type: 2}

Loading…
Cancel
Save