Hello all -
I just updated to Unity 5.6 to fix a particle system+physics system bug that I was running into. Most everything seems to be working (although I'm getting a ton of new console errors)...however, I have come across a progression blocker…
Hey all - Just a heads up that Mike and the @crazyM crew have released some excellent additional tools for AC:
Text to LipSync: https://crazyminnowstudio.com/posts/salsa-text-to-lipsync-using-textsync/
SALSA Actions for Adventure Creator & Adve…
Looks like that's working for me. I had a buddy sanity check one line and I'm getting particles saved/loaded on my project. I'll add this to the wiki as well.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace AC
{
[RequireComponent (typeof (ParticleSystem))]
public class RememberParticle : Remember
{
public override string SaveData ()
{
ParticleD…
Thanks @ChrisIceBox!
Yeah, I was planning on using the RememberLight script and started looking the messages above, I just haven't had a chance to look up the particle system calls from the script guide yet. Figured if it was already done, I grab …
Heya @Suro, did you ever get this script working? Could I take a peek? I'm needing to do something similar with a sequence in my game where I'm lighting candles in an old house. I have the remember light script working just fine, just haven't loo…
Yeah - this is v1.55c.
I can't remember when I first implemented the diary system...it was probably a year ago or more at this point. Do you just need the MenuManager file?
Okay!
Here are a couple of screenies of the translations (it looks like the ID # that I wrote in the journal entry isn't getting translated from Original to English...After I took these shots, I did a full Reset/Gather Text and it looks like that pa…
Day 1 is part of the Journal page's text. It's basically a single line at the top of the page with a double space to the actual body of the message. I'm using English. I actually just set it up to prevent the original language from being used, wh…
Heya Chris-
I checked my speech settings and have posted a screenshot:
https://www.dropbox.com/s/ytz2a917jiv6wv5/Screen%20Shot%202017-02-03%20at%208.48.34%20AM.png?dl=0
On latest version of AC and have hit "Gather Text" but when I load u…