Lucas Montenegro Carvalhaes
Lucas Montenegro Carvalhaes
After inspecting what was happening better, it seems it is a circular dependency issue. I have this interface: IRequestInstanceOnContainerBuilt It allows me to flag objects as objects that I want...
Found the circular dependency: StatApplier (which is a `IStatsChangedListener`) asks for a `IStatsProvider` which is a ModificationStatsProvider. Then `ModificationStatsProvider` asks for a list of `IEnumerable`. The only `IStatModificationsProvider` existing yet...
Is it possible to have dual screens from a pc streaming with only 1 screen?
His script does runtime detection, not preprocessing. This means your PC timers, memory available and other variables influence when the music thread begins and when the detector starts its detections....
Its getting worse. I had to abandon the asset for 2 projects in my company. Unfortunately, it's blowing up with allocations (around 7MB per frame) on certain cases. I’ve tracked...
I couldn't figure out what was causing this but I solved it by changing the table to a sequence anyway: ``` ``` I just used the original table value as...
Would you be able to share your solution?
(lucasmontec fortis here, I used the wrong account before) So, I ended up writing my own library that does the same thing. It's crude but I was able to do...
> > (lucasmontec fortis here, I used the wrong account before) So, I ended up writing my own library that does the same thing. It's crude but I was able...
You asked it to register 2 instances, and you got two. That's how it's supposed to work because VContainer supports collections. Register entry point just registers with implemented interfaces: ```...