Hi Chris, just bumping this again (after more than a year!) I have come back to this issue as I never got around to it before because updating AC breaks my character every time! I'm in a final polishing phase now prior to the release of the demo. I …
oh and this too: Assets\Rose Cottage\Scripts\ScaleCameraWithTargetY.cs(16,10): error CS1061: 'GameCamera2D' does not contain a definition for 'Camera' and no accessible extension method 'Camera' accepting a first argument of type 'GameCamera2D' coul…
Thanks so much Chris, but it's saying to fix compiler errors when I try to add it to the camera :/ and the console error says this: Assets\Rose Cottage\Scripts\ScaleCameraWithTargetY.cs(13,26): error CS1061: 'GameCamera2D' does not contain a defini…
Hi Chris sorry to bump this again, I was wondering if there is anything I could do for this issue myself locally? I'm in a polishing phase and everything else is going great but this is the last thing that looks a bit janky, double clicking on 'ope…
Thanks Sound_power, yeah I tried that, it still shows him momentarily teleport to the door, I guess it's because the walk to marker is on the hotspot so he does that before even going through the action list :(
Thanks for the reply Chris, I think in my case the best thing would be to have each hotspot be linked to it's own hilight icon individually, they wouldn't ever need to change. Quick explanation of my scene..I have hotspots on items in the room that…
Thanks for the reply Chris, There are other player starts in the room with previous room info on them, and a default one with nothing, There are no scaling issues in any of the scenes, but after switching via the map menu button's action list, it se…
Fixed now, found the answer in an older thread,
Chris, you said:
defaultName = System.Text.RegularExpressions.Regex.Replace (defaultName, "[^\w\_]", "");
And replace it with:
defaultName = System.Text.RegularExpressions.Regex.…
The items name is Scrubbing Brush, I have other items that work fine like Silver Key, so it can't be spaces or Capital letters giving me the issue, as far as I can tell the new item is just like any other :/
My Unity version is 2020.2.5f1
This is the full error:
ArgumentException: parsing "[^\w_]" - Unrecognized escape sequence _.
System.Text.RegularExpressions.RegexParser.ScanCharEscape () (at :0)
System.Text.RegularExpressions.RegexParser.S…
Thanks for the reply Chris my version is v1.60.4 I checked and checked for special characters but it seems to be no different to any of my other inventory items, I tried renaming them to something very simple and it still didn't allow me to create,…
As you make more animations you will have to drag them from your animations folder into the characters animator window, then they can be found. edit: nevermind I see them in there.
I think you need to have a folder called Player and then folders ins…