Christian Oeing
Christian Oeing
Hey Jared! We are just porting our Android/Windows Store project to iOS, so we need to compatlyze our framework again :) Are there any plans to include this fix? With...
Hi @hxmelab, Thanks for the quick answer! :) This helps already. So the unit is ppm (https://en.wikipedia.org/wiki/Parts-per_notation). Adding the ranges and units of the other values (humidity, etc.) in the...
@npruehs: Any suggestions how to name it?
For namespace documentation we should use internal NamespaceDoc classes: http://stackoverflow.com/questions/156582/namespace-documentation-on-a-net-project-sandcastle
The Blueprint Editor should not be dependent on finding the blueprints at a special location any more (Resources/Blueprints right now)
There is already a feature which was started (Slash.ECS.Features.Serialization), it should be extended, tested and documented.
Hi Don, It's okay that there is some kind of warning if you delete a component that is still used by a blueprint. But it should still be possible to...
I can confirm that an exception is thrown > TypeLoadException: Unable to find type Slash.Examples.HelloWorld.Components.PositionComponent. Slash.Reflection.Utils.ReflectionUtils.FindType (System.String fullName) (at Assets/SlashFramework/Slash.Reflection/Utils/ReflectionUtils.cs:62) System.Linq.Enumerable+c__Iterator10`2[System.String,System.Type].MoveNext () System.Collections.Generic.List`1[System.Type].AddEnumerable (IEnumerable`1 enumerable) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:128) System.Collections.Generic.List`1[System.Type]..ctor (IEnumerable`1 collection)...
Adjusting the Blueprint class would mean that it had to store a list of type names as well as the list of the component types. But the list of type...
If required the scripts have to be reworked, they were developed over time without a clear structure.