Hi Developers, writing short so you don’t spend much time on my post.
I bought a complete project from asset store, it works perfect on platforms i checked, but when i build that for windows store, it gives me same error in many scripts. i found few solution having the same error but different code scenario, and i keep failing to implement solution into code. Everywhere in the code where GetField is used it gives me error
That is just when building it for Windows Store.
error CS1061: ‘System.Type’ does not contain a definition for ‘GetField’ and no extension method ‘GetField’ accepting a first argument of type ‘System.Type’ could be found (are you missing a using directive or an assembly reference?)
→ FieldInfo[ ] properties = aClass.GetType().GetFields();
→ return System.Type.GetType(aComponent);
I will be waiting for kind responses. Thank You.