Languages

Menu
Sites
Language
inmobi 연동중에 문의 드립니다

우선 제 개발 환경은 unity 5.4.2 p4 입니다

당연히 빌드 타겟을 타이젠 이고요

 

그리고 tizen_inmobi_sdk_1209.zip 파일의

tizen_inmobi_sdk_1209\files\unityadlib.unitypackage 를 import 하고

InMobi Tizen Ads for Unity Games 설명대로 따라 하려고 하는데

 

using Tizen.AdLib;

이부분만 넣어도 

Assets/Scripts/Yun/TizenInmobi.cs(5,7): error CS0246:

The type or namespace name `Tizen' could not be found. Are you missing a using directive or an assembly reference?

 

이렇게 네임스페이스를 찾을수가 없다고 나옵니다....

저거 말고 따로 설정 해줘야 할것이 있는지 궁급합니다

 

View Selected Answer

Responses

5 Replies
André Reus
정연 김

Https://developer.tizen.org/development/tizen-studio/extension-sdk/inmobi-tizen-ad-sdk-programing-guide
I checked and started the document

Part of "InMobi Tizen Ads for Unity Games"

3. Initialize Adlib.
To use the functions of Adlib, get the AdProvider instance by writing the following code in the script file:

Use Tizen.AdLib.
Cause an immediate error

정연 김

Translated by google
There is an error.

Use Tizen.AdLib. -> using Tizen.AdLib;

 

Mark as answer
André Reus
Sukwon Suh

Dear jung yun kim,

 

Please check Import Settings on the TizenAdLibAsset.

 

1. Select TizenAdLibAsset

2. Check Editor additionally on [Select platforms for plugin]

3. Select [Apply] button.

After then , you can use Tizen namespace properly.

 

Regards