Search found 6 matches
- Tue May 16, 2023 7:00 am
- Forum: Dialogue System for Unity
- Topic: Arcweave Synchronisation
- Replies: 9
- Views: 1813
Re: Arcweave Synchronisation
Hi back, Did some testing and this is what i found; -> Exporting a new "Sample interactive walkthrough" using "all boards" option does generate a "root": true, -> Exporting a new "Sample interactive walkthrough" using "Select boards" option does NOT ...
- Mon May 15, 2023 4:59 pm
- Forum: Dialogue System for Unity
- Topic: Arcweave Synchronisation
- Replies: 9
- Views: 1813
Re: Arcweave Synchronisation
Yeah it's the same ; https://i.ibb.co/dP4JTvt/Arc-Weave-Export.png "startingElement": "0f505c44-fb8b-4018-8cd9-ad2f2bdbb277", "boards": { "e48ef3cc-3a1e-42b8-a3a6-f5eaf3f75b5a": { "name": "SimpleTest Dialogue", "notes": [], "...
- Mon May 15, 2023 2:54 am
- Forum: Dialogue System for Unity
- Topic: Arcweave Synchronisation
- Replies: 9
- Views: 1813
Re: Arcweave Synchronisation
Hello, thanks for the reply ! For 1°) with a fresh board with 2 elements ; https://i.ibb.co/SR9QP5L/Arc-Weave-Export.png This is what is generated by arcweave from start to end of board section; "startingElement": "101c0f3d-1fbf-4730-a2f1-50911af40626", "boards": { &quo...
- Fri May 12, 2023 9:14 am
- Forum: Dialogue System for Unity
- Topic: Arcweave Synchronisation
- Replies: 9
- Views: 1813
Re: Arcweave Synchronisation
For anyone interested in keeping dialogue entries values set up directly in the Dialogue System when re-importing boards from Arcweave (dialogue entrie match based on "Title"); In AddConversations() ArcweaveImporter.cs, line 605 : // Create conversation: var conversationTitle = GetConversa...
- Fri May 12, 2023 5:43 am
- Forum: Dialogue System for Unity
- Topic: Arcweave Synchronisation
- Replies: 9
- Views: 1813
Arcweave Synchronisation
Hi, First and foremost, thanks a looot for the updates and Arcweave 3rd party import support to Dialogue System ! I had 2 questions regarding this import ; 1- I can't seem to export boards correctly from the get go from Arcweave. Import gives me a ; Dialogue System: Can't find root board in Arcweave...
- Tue Mar 23, 2021 9:47 am
- Forum: Quest Machine
- Topic: [HOWTO] How To: Save Enviro - Sky and Weather
- Replies: 9
- Views: 3347
Re: [HOWTO] How To: Save Enviro - Sky and Weather
Hiho, thanks for this implementation ! Added temperature, snow and wetness in case weather was in transition during the save. Changed Weather saving variable to a string since saving the entire WeatherPreset is heavier for no gain. Also added a coroutine cf previous, EnviroSaver.cs using System.Coll...