I’m working on the first update that will include support for the IAP and social features using Stan’s Assets (Android Native). I didn’t included them from the begining because I didn’t want to force people to buy the assets but as requested by people that already bought the pack I’ll add it as an optional deletable feature.
Will be finished this week or the next and then submitted. I’ve already ported several things but I couldn’t work on it in easter holidays and right now I’m full of work load. But make sure it will be ready soon (I even lost the highlight in unity store so be sure I’m doing it as fast as I can).
Assets/JumpRocket/IAPContent/RB_Utils/Scripts/IAP/RBIAPManager.cs(3,7): error CS0246: The type or namespace name `UnionAssets’ could not be found. Are you missing a using directive or an assembly reference?
First of all thanks very much for your purchase! it really helps,
Regarding your question, there is a document under Docs called IAP it explains how to remove IAP from the game. As this is caused because of the IAP enabled by default.
If you own UnionAssets Android Native plugin you can remove this error by importing it into the project.
One last thing, how can I drop the money at the beginning?
I don’t find the line that make me take the 10000 to zero, if you could help me, I’il be very grateful
Hi! Just bought the template.
And I have the same error you reffer “about UnionAssets Android Native plugin you can remove this error by importing it into the project.”
Assets/IAPContent/RB_Utils/Scripts/IAP/RBIAPManager.cs(3,7): error CS0246: The type or namespace name `UnionAssets’ could not be found. Are you missing a using directive or an assembly reference?
I tried importing this one, Unity Asset Store - The Best Assets for Game Making
but the error is apearing anyway.