Skip to content

Commit

Permalink
Updated .asset files (Note, leave Runtime and Editor path of Assets/Q…
Browse files Browse the repository at this point in the history
…uickSheet/Example/Excel/ExcelExample.asset file as blank. Those paths should be specified on end-user side)
  • Loading branch information
kimsama committed Dec 9, 2017
1 parent 7b77185 commit ea1da26
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
42 changes: 41 additions & 1 deletion Assets/QuickSheet/Example/Excel/ExcelExample.asset
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,44 @@ MonoBehaviour:
m_EditorClassIdentifier:
SheetName: Assets/QuickSheet/Example/Excel/Example.xlsx
WorksheetName: ExcelExample
dataArray: []
dataArray:
- id: 0
name: Goblin
strength: 5
difficulty: 0
- id: 1
name: Wolf
strength: 5
difficulty: 0
- id: 2
name: Scavanger
strength: 7
difficulty: 0
- id: 3
name: Lurker
strength: 9
difficulty: 0
- id: 4
name: Sceleton
strength: 11
difficulty: 1
- id: 5
name: Ghost
strength: 13
difficulty: 1
- id: 6
name: Orc
strength: 15
difficulty: 1
- id: 7
name: Hydra
strength: 17
difficulty: 2
- id: 8
name: Undead
strength: 19
difficulty: 2
- id: 9
name: Dragon
strength: 21
difficulty: 2
4 changes: 2 additions & 2 deletions Assets/QuickSheet/Example/ExcelExampleImporter.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ MonoBehaviour:
m_Name: ExcelExampleImporter
m_EditorClassIdentifier:
templatePath: QuickSheet/ExcelPlugin/Templates
scriptFilePath:
editorScriptFilePath: Editor
scriptFilePath: QuickSheet/Example/Data/Runtime
editorScriptFilePath: QuickSheet/Example/Data/Editor
sheetName: Example.xlsx
workSheetName: ExcelExample
columnHeaderList:
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/ExcelPlugin/Editor/ExcelSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ MonoBehaviour:
m_Name: ExcelSettings
m_EditorClassIdentifier:
RuntimePath:
EditorPath: Editor
EditorPath:

0 comments on commit ea1da26

Please sign in to comment.