Giter Club home page Giter Club logo

rucksack's People

Contributors

jorisshh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rucksack's Issues

Character

Is the Character class included in Rucksack or the General library? I cannot seem to find it in either repository.

Mirror

Hello,
Thanks for open sourcing this. Do you have any plans to release the mirror version as well?

unitypackage release

Would be nice to have a .unitypackage release file created. This could be manual or even automated against any code changes (if you're accepting PRs). Would be easier for people to use rather than having to download zips, dealing with submodules, etc.

General2

The General2 library is missing from the project.

State of Odin integration

The Odin integration has no documentation and a commented out code which should be removed oder fixed (i.e. Editor folder). I assume with the integration you are supposed to use ModularItemDefinition instead of UnityItemDefinition? Why are the supplied ItemActions relevant for this integration?

Also shouldn't there be an odin-based subclass for UnityEquippableItemDefinition as well? Keep in mind that this subclass should also be supported by the UMA integration.

Unity 2019.3 exceptions BetterScriptableObject

I get several exceptions/errors with Unity 2019.3. Top of callstack is marked fat.

[Exception] MissingMethodException: void UnityEngine.UnityAPICompatibilityVersionAttribute..ctor(string,string[])
MonoCustomAttrs.GetCustomAttributesBase() at <437ba245d8404784b9fbab9b439ac908>:0

MonoCustomAttrs.GetCustomAttributes() at <437ba245d8404784b9fbab9b439ac908>:0

Assembly.GetCustomAttributes() at <437ba245d8404784b9fbab9b439ac908>:0

DefaultSerializationBinder.RegisterAssembly() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.DefaultSerializationBinder..cctor() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.TwoWaySerializationBinder..cctor() at <36df1a84f4714997b4d3064932cfe35d>:0

BinaryDataReader.ReadTypeEntry() at <36df1a84f4714997b4d3064932cfe35d>:0

BinaryDataReader.EnterNode() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.ComplexTypeSerializer`1[T].ReadValue() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.BetterScriptableObject.UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize() at /Plugins/Devdog/General2/Runtime/Serialization/BetterScriptableObject.cs:54

[Error] Expected TypeName, TypeID or UnnamedNull entry flag for reading type data, but instead got the entry flag: Invalid.
Devdog.General2.BetterScriptableObject.UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize() at /Plugins/Devdog/General2/Runtime/Serialization/BetterScriptableObject.cs:54

[Exception] IOException: An attempt was made to move the position before the beginning of the stream.
MemoryStream.Seek() at <437ba245d8404784b9fbab9b439ac908>:0

BinaryDataReader.SkipPeekedEntryContent() at <36df1a84f4714997b4d3064932cfe35d>:0

BinaryDataReader.ReadToNextEntry() at <36df1a84f4714997b4d3064932cfe35d>:0

BaseDataReader.SkipEntry() at <36df1a84f4714997b4d3064932cfe35d>:0

BinaryDataReader.ExitNode() at <36df1a84f4714997b4d3064932cfe35d>:0

BaseDataReader.SkipEntry() at <36df1a84f4714997b4d3064932cfe35d>:0

BinaryDataReader.ExitNode() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.ComplexTypeSerializer`1[T].ReadValue() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.Serializer`1[T].ReadValueWeak() at <36df1a84f4714997b4d3064932cfe35d>:0

UnitySerializationUtility.DeserializeUnityObject() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.BetterScriptableObject.UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize() at /Plugins/Devdog/General2/Runtime/Serialization/BetterScriptableObject.cs:54

[Error] Entry of type "PrimitiveArray" in node "_localizedStrings" is missing a name.
Devdog.General2.BetterScriptableObject.UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize() at /Plugins/Devdog/General2/Runtime/Serialization/BetterScriptableObject.cs:54

[Exception] InvalidOperationException: There are no nodes to pop.
BaseDataReaderWriter.PopNode() at <36df1a84f4714997b4d3064932cfe35d>:0

BinaryDataWriter.EndNode() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.ComplexTypeSerializer`1[T].WriteValue() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.Serializer`1[T].WriteValueWeak() at <36df1a84f4714997b4d3064932cfe35d>:0

UnitySerializationUtility.SerializeUnityObject() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.BetterScriptableObject.UnityEngine.ISerializationCallbackReceiver.OnBeforeSerialize() at /Plugins/Devdog/General2/Runtime/Serialization/BetterScriptableObject.cs:59

[Exception] MissingMethodException: void UnityEngine.UnityAPICompatibilityVersionAttribute..ctor(string,string[])
MonoCustomAttrs.GetCustomAttributesBase() at <437ba245d8404784b9fbab9b439ac908>:0

MonoCustomAttrs.GetCustomAttributes() at <437ba245d8404784b9fbab9b439ac908>:0

Assembly.GetCustomAttributes() at <437ba245d8404784b9fbab9b439ac908>:0

DefaultSerializationBinder.RegisterAssembly() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.DefaultSerializationBinder..cctor() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.TwoWaySerializationBinder..cctor() at <36df1a84f4714997b4d3064932cfe35d>:0

BinaryDataReader.ReadTypeEntry() at <36df1a84f4714997b4d3064932cfe35d>:0

BinaryDataReader.EnterNode() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.Serialization.ComplexTypeSerializer`1[T].ReadValue() at <36df1a84f4714997b4d3064932cfe35d>:0

Devdog.General2.BetterScriptableObject.UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize() at /Plugins/Devdog/General2/Runtime/Serialization/BetterScriptableObject.cs:54

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.