Items not showing up in CSC
Posted: Sat Feb 24, 2018 9:42 am
Hey, so I have started to play around with the CSC but ran into the issue of many items not showing up in the editor. Worse yet, these items disappear from the original story files whenever you try to view them. An example of this is the "Printer".
The first simple workaround I have found was to manually change names in the story files using Notepad++, however for this method, the above still applies.
Then I found the core issue, which is that these items are not included in the "StoryCreator - Load Me First (Double Click)" scene. It can also be fixed by manually adding them to this scene.
Unity: 2017 3.0f3
House Party: 8.8
CSC: 6.0
The first simple workaround I have found was to manually change names in the story files using Notepad++, however for this method, the above still applies.
Then I found the core issue, which is that these items are not included in the "StoryCreator - Load Me First (Double Click)" scene. It can also be fixed by manually adding them to this scene.
- Create an empty gameobject in "Interactive Items"
- Rename it to the item you desire
- Attach the "Interactive Item" script
- Rename it inside the script and check the "Enable Item Functions" box
- In something like notepad++ find the appropriate ID for the item in the original story file and save it
- Replace the generated ID by the ID you found whenever you refer to the item (using n++ in the appropriate story
Unity: 2017 3.0f3
House Party: 8.8
CSC: 6.0