Episode 20 Full Project Download
🕑 Added 2023-07-04 00:26:53 +0000 UTCHello Everyone! The latest state of the visual novel system in Unity as of episode 20 has been archived and is available for download here if anyone wishes to open it and check it out against your own project.
https://drive.google.com/file/d/1VFnOMb63evhZhYwoghvCuCAQQCa2bEvP/view?usp=drive_link
Comments
Repairer of Reputations
Thanks so much for the replies on this. I knew this from your other videos and just spaced. I appreciate all the support you are offering on here.
Powerhouse Entertainment
We have already discussed this in the server - but I am posting here in case anyone sees this at a later time. The issue is because My personal Character Stella is not released with the project, so her references just need to be replaced with your own characters. :)
Repairer of Reputations
I'm getting a null reference exception when I try and run this: NullReferenceException: Object reference not set to an instance of an object CHARACTERS.Character_Sprite.get_rootCG () (at Assets/_MAIN/Scripts/Core/Characters/Character Types/Character_Sprite.cs:15) CHARACTERS.Character_Sprite..ctor (System.String name, CHARACTERS.CharacterConfigData config, UnityEngine.GameObject prefab, System.String rootAssetsFolder) (at Assets/_MAIN/Scripts/Core/Characters/Character Types/Character_Sprite.cs:29) CHARACTERS.CharacterManager.CreateCharacterFromInfo (CHARACTERS.CharacterManager+CHARACTER_INFO info) (at Assets/_MAIN/Scripts/Core/Characters/CharacterManager.cs:117) CHARACTERS.CharacterManager.CreateCharacter (System.String characterName, System.Boolean revealAfterCreation) (at Assets/_MAIN/Scripts/Core/Characters/CharacterManager.cs:71) TESTING.GraphicLayerTesting+d__2.MoveNext () (at Assets/_TESTING/Scripts/GraphicLayerTesting.cs:54) UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)