您好,欢迎来到 CgCountry

Odin v2.0.14 – Unity检查和序列化器

admin 2024-06-10 4次浏览 0条评论 0 打赏作者 0 0
Odin可以把Unity工作流程放在类上,使我们可以轻松地为整个团队建立功能强大和先进的用户友好的编辑器,要求Unity 5.3.0 或更高版本。通过轻松的集成,完美地部署到原有的工作流程中,Odin允许序列化任何东西,享受80多个新的检查器属性,没有样板代码,还有更多!特征源代码轻松整合仅限编辑器...

Odin可以把Unity工作流程放在类上,使我们可以轻松地为整个团队建立功能强大和先进的用户友好的编辑器,要求Unity 5.3.0 或更高版本。

通过轻松的集成,完美地部署到原有的工作流程中,Odin允许序列化任何东西,享受80多个新的检查器属性,没有样板代码,还有更多!

特征

  • 源代码
  • 轻松整合
  • 仅限编辑器模式
  • 奥丁编辑Windows
  • 输入验证
  • 序列化任何东西
  • 强大的列表
  • 疯狂可扩展
  • 调色板
  • 字典
  • 更多

更新日志:

Improvements

Odin now deals with the fact that as of Unity 2018.3, outside references to components of prefab assets becomes “fake null” when changes are made to the given prefab asset. When this happens Odin will display a regular object field of a valid object wrapper, gotten from the AssetDatabase, along with a small button that opens up a dialog, where you fix the temporary issue in various ways. Note that triggering an Assembly reload, by entering or play-mode or recompile, also fixes the broken object wrapper.
All networking references that are no longer available in 2019, has been moved out of the assemblies, an into standalone script files, which are disabled in Unity 2019+
Added [HideDuplicateReferenceBox] attribute, to hide the wrapping reference box that appears when the same object reference is drawn twice.
Added IDataWriter.GetDataDump() and IDataReader.GetDataDump() methods, which gets a string data dump of what the reader/writer is currently working with, for debug logging purposes. Also added implementations for this in the Binary, Json and Node data reader/writers.

Fixes

Various places in the code that log errors no longer throw exceptions when the reader/writer has no stream, but instead log the full data dump. This will greatly help with reproduction in case of invalid reading of data/corrupt data.
Created a fix for an issue with prefab references turning being destroyed and showing as null in the inspector when the referenced prefab asset is modified in 2018.3 and above. Odin can now automatically (or case-by-case) detect and fix these broken references.
Dictionary now adds copies of the value to add to the actual dictionary, meaning the same reference will not be added repeatedly if you are working with reference type keys.

更多更新日志:odini

登录可见下载资源信息, 现在去登录

0 条评论