Entitas 0.47.8 incompatible with ScriptableObject
See original GitHub issuetested in Window 7, unity 2017.3
If project contain a ScriptableObject class like this:
using UnityEngine;
[Game]
public class Configs : ScriptableObject
{
public GameObject gameObject;
}
below error will appear after execute Jenny gen
Sequence contains no elements
and generator won’t work
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Fixed in Entitas 0.47.9
What do you think about:
Just write a simple InitializeSystem to set your Component.