Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Obi Cloth particle editor doesn't work
#10
(10-07-2020, 10:24 PM)Ritstyle Wrote: I'm on a URP project , here the errors i get:
_ First on asset import i get a warnng about obsolete api, then it ask me if i want to keep going or not. Either choice doesn't matter, same results.
_PlayerSettings Validation: Requested build target group (20) doesn't exist; #define symbols for scripting won't be added.
UnityEditor.PlayerSettings:SetScriptingDefineSymbolsForGroup(BuildTargetGroup, String)
Obi.CrossPlatformInput.Inspector.CrossPlatformInitialize:SetEnabled(String, Boolean, Boolean) (at Assets/Obi/Editor/Common/CrossPlatformInput/CrossPlatformInputInitialize.cs:130)
Obi.CrossPlatformInput.Inspector.CrossPlatformInitialize:.cctor() (at Assets/Obi/Editor/Common/CrossPlatformInput/CrossPlatformInputInitialize.cs:22)
UnityEditor.EditorAssembliesLenguarocessInitializeOnLoadAttributes(Type[])

_PlayerSettings Validation: Requested build target group (17) doesn't exist; #define symbols for scripting won't be added.
UnityEditor.PlayerSettings:SetScriptingDefineSymbolsForGroup(BuildTargetGroup, String)
Obi.CrossPlatformInput.Inspector.CrossPlatformInitialize:SetEnabled(String, Boolean, Boolean) (at Assets/Obi/Editor/Common/CrossPlatformInput/CrossPlatformInputInitialize.cs:130)
Obi.CrossPlatformInput.Inspector.CrossPlatformInitialize:.cctor() (at Assets/Obi/Editor/Common/CrossPlatformInput/CrossPlatformInputInitialize.cs:22)
UnityEditor.EditorAssembliesLenguarocessInitializeOnLoadAttributes(Type[])


_Then i get 173 errors about libOni

If the errors about libOni are DllNotFoundExceptions, this is to be expected, as it's a limitation of Unity: It can't hot-load native libraries, it requires a restart after importing them. After restarting, no errors should appear. See our FAQ:
http://obi.virtualmethodstudio.com/tutorials/

This is nothing to be concerned about (nor is the obsolete APIs warning, as it depends on the Unity version you're using) and won't affect the editor in any way.

Will try to reproduce the original issue and get back to you.
Reply


Messages In This Thread
RE: Obi Cloth particle editor doesn't work - by josemendez - 10-07-2020, 10:32 PM