This commit is contained in:
Freist Li 2018-06-11 14:44:54 +08:00 коммит произвёл GitHub
Родитель 099bbbb92e
Коммит 383cbea19f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,8 +3,8 @@ UWP Plugin for Unity UWP output solution.
To use it:
1. Copy IAPUWPDLL.dll to IAPShow/Assets/Plugins/WSA
2. Copy IAPUWPDLL.dll from Dummy project to IAPShow/Assets/Plugins
3. Set the step 1 dll property as WSA only, UWP SDK, and Dotnet in Unity editor
4. Set the step 2 dll property as Editor only in Unity editor
3. Set the step 2 dll property as Editor only in Unity editor.
3. Set the step 1 dll property as WSA only, UWP SDK, and Dotnet in Unity editor. Select PlaceHolder as step 2 dll.
5. Build IAPShow application as XAML UWP.
6. Refer code in IAPShow/UWPApp/App.XMAL.cs to ensure the IAP diaglog can show on XMAL thread properly
7. Make sure the UWP build has linked to one Store App, otherwise its license content ID can be incorrect.