Simul Support ExchangeCategory: CloudsUnity TrueSky fails with System.EntryPointNotFoundException
Eric Paik asked 2 years ago

Full Error Message:
System.EntryPointNotFoundException: StaticTick assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) simul.TrueSkyPluginRenderFunctionImporter.StaticTick(single)
at simul.trueSKY.Update () [0x00471] in C:\Project\My project\Assets\Simul\trueSKY.cs:4241
UnityEngine.Debug:Log (object)
simul.trueSKY:Update () (at Assets/Simul/trueSKY.cs:4245)
 
How To Reproduce:
Create New Project with Core(3d) Settings (standard pipeline)
Import Truesky Package
Load TestLevel
 
Version Info:
Unity 2021.3.5f1
Truesky 4.3.7998d1180

Eric Paik replied 2 years ago

Does anyone know how to solve this?

Eric Paik replied 2 years ago

Last working Unity version for 2021 seems to be trueSKY-Unity2021-4.3.535f72084-x64 which was the Feb 11 2022 release.

1 Answers
Best Answer
James - Simul Support Staff answered 2 years ago

We have fixed this issue and will have an update out as soon as possible. If you wish to fix it locally, please remove all references to StaticTick(), as this is no longer needed. Apologies for the inconvenience.

Eric Paik replied 2 years ago

Removed all references to StaticTick and am now seeing the following:

EntryPointNotFoundException: StaticSetRenderTexture assembly: type: member:(null)
simul.TrueSkyCamera.PrepareMatrices () (at Assets/Simul/TrueSkyCamera.cs:439)
simul.TrueSkyCamera.OnPreRender () (at Assets/Simul/TrueSkyCamera.cs:241)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)

James Evans Staff replied 2 years ago

Hi, a new plugin has been released which fixes this issue.