Error on Update

jstoffer

New member
I tried uploading my invoice number but I still don't seem able to post to the forms so I will try to email my issue here.



I’m testing an updated copy of my project with an updated version of UIS and have run into several compile errors inside Opsive.Shared.Runtime.StateSystem.StateManager.cs. These appear to be related to missing namespaces / assembly references after import.



Examples:

Assets\Opsive\Shared\Runtime\StateSystem\StateManager.cs(434,21): error CS0103: The name 'Scheduler' does not exist in the current context

Assets\Opsive\Shared\Runtime\StateSystem\StateManager.cs(88,80): error CS0246: The type or namespace name 'Character' could not be found (are you missing a using directive or an assembly reference?)



What I’ve checked so far:​

  • Opsive.Shared.Game.Scheduler.cs exists in the project
  • The relevant Opsive Shared folders seem to be present
  • I noticed that Opsive.Shared.asmdef shows a greyed-out missing assembly reference (GUID:75469ad4... bunch of numbers)
 
Back
Top