728x90

 

 

빌드시 이런 에러가 나오면 중복된 Class가 있다는 것이다.

 

 

 

해결방법:

 

1. 프로젝트 영역에서 " 2"를 검색해보자. 그냥 2가 아니고 "띄어쓰기2"

 

2. 그럼 파일이름 끝에 " 2"가 있는게 있을 것이다.

예) AndroidManifest 2.xml
이런식으로.

 

3. 그걸 지운다. 

 

4. 그럼 다시 빌드를 하여, 또 다른 빌드에러를 맛보러 간다.

 

728x90

 

 

"탐독: 문장 추리게임 & 워드퍼즐" 게임을 출시했다.

 

문장 추리게임이라고 써놓긴했지만, 추리라기 보단... 문맥 파악..?

 

유명 고전 소설을 읽으면서 문장 빈칸을 맞추는 게임이다.

 

 

 

이건 보통 난이도 일때!. 

빈칸은 랜덤으로 나오긴하지만, 연속적이면 조금 더 어려워진다.

하지만, 문맥과 글자 길이를 보면 왠지... 알 것 같기도!?

 

그리고 글을 읽을 수 밖에 없는 구조라서 책을 읽고 싶어하는 사람들에게 짬짬이 글도 읽게 해주는 게임이 되는 것이다~~~~~!!!

난 재밌는데...! 정말 재밌는데!!!

 

많관부~~

 

 

 

 

 

 

 

https://apps.apple.com/kr/app/%ED%83%90%EB%8F%85-%EB%AC%B8%EC%9E%A5-%EC%B6%94%EB%A6%AC%EA%B2%8C%EC%9E%84-%EC%9B%8C%EB%93%9C%ED%8D%BC%EC%A6%90/id6581486012

 

‎탐독: 문장 추리게임 & 워드퍼즐

‎耽(즐길 탐), 讀(읽을 독) - 책 좀 읽어야 하는데...라는 마음속 부채감이 있진 않았나요? - 긴 소설을 짧은 문단으로 짬짬이 읽어가며 즐길 수 있는 게임입니다. -------------------------------------------

apps.apple.com

 

728x90

 

 

문제 : 자식 아래에 클릭이벤트가 있는 부모가 있는 상태에서 자식을 눌렀을 경우에 부모가 클릭된다.

회색이 부모고, 흰박스가 자식이라 했을때.

 

목표 : Raycast Target 기능을 사용하지 않고, 자식을 눌렀을 때 반응이 없어야 한다

해결 : Raycast Target의 값을 수정하지 않아야 하는 경우. 꼼수지만... 흰박스에 버튼 공갈 컴포넌트를 넣으면된다. Transition은 None으로 주고.

걍 이렇게.

 

 

나야 뭐 정석적으로 하는 사람도 아니고... 나느 이런 경우는 많지 않아서 그냥 이렇게 쓴다.!

728x90

 

 

문제: 유니티 에디터에서 드래그로 크기 조정을 하면서 Alt를 누르게 되면 Rect Transform의 값이 NaN가 되는 경우가 있다.

해결: Pivot의 X 또는 Y 값이 0또는 1로 되어 있는게 있는지 확인해봐야 한다.

 

이유:

Alt를 누르고 크기 조정을 하겠다는 뜻은 양쪽으로 같이 크기를 조정하겠다는 것이다.

근데 0 또는 1로 하게 되면 유니티 내의 계산이 이상해진다.

 

예를 들어서.

Pivot Y를 0.9로 하고 Alt와 함께 크기 조정을 해보면, 이상한 비율로 양쪽으로 늘어날 것이다.

비율로 생각했을때 10%는 위로, 90%는 아래로 양쪽으로 늘어나기 때문이다.

 

그러니까... 만약 0 또는 1로 하게 되면 이상한 계산식이 되어 버리는거다.

위쪽은 0%만큼 위로 늘어나고 아래로는 100%만큼 아래로 늘어나야 하는데, 이게 그냥 생각해도 이상하다.

 

 

전부터 가끔 이 에러가 나왔을 때는 무시했는데, 짱나게 굴어서 원인이 뭔지 좀 찾아봤다...

끄읏~

 

728x90

 

 

 

로지텍 마우스는 아주 사람의 복장을 터뜨리는 하드웨어 결함을 가지고 있다.

한 번 클릭했는데 여러번 클릭이 되는... 로지텍 마우스의 고질병.

드래그를 많이 써야 하는 경우에는 정말... 야마가 돌아버린다.

 

 

암튼. 여러 방법이 있었지만, 다 안됐고... 내가 찾아낸 방법은.

클릭하는 버튼을 위로 들어올려서 바람을 불어넣었다. 

내 추측으로는... 바람을 부는건 거의 주술적 행위일 것이고...ㅇㅅㅇ

들어올리면 안에서 무언가가 펴지거나 구부려져서 원상복구 되는 것으로 추측한다.

아님 말고.

 

아무것도 안했을때

 

손톱으로 딱 걸친 느낌으로 들어올렸을 때

 

 

나는 이렇게하니 그런현상이 사라졌다. 현재까지는...

 

암튼 이 방법으로 인해 고장나면.. 어쩔 수 없지! 화이팅!

버릴생각하고 들어올리삼.

 

ㅃ2

 

 


 

 

 

"초동수사 - 증언/증거 추리게임"

증거와 진술로 추리해야 하는 게임!

방탈출 게임이 아닙니다.

증거는 모두 찾았고 용의자들에게 증언을 얻어내세요!

 

 

 

[Android]

https://play.google.com/store/apps/details?id=com.loomiloomi.crimescene

 

[IOS]

https://apps.apple.com/kr/app/%EC%B4%88%EB%8F%99%EC%88%98%EC%82%AC-%EC%A6%9D%EC%96%B8-%EC%A6%9D%EA%B1%B0-%EC%B6%94%EB%A6%AC%EA%B2%8C%EC%9E%84/id6499072416

 

‎초동수사 - 증언/증거 추리게임

‎자택에서 친구들과 놀던 평범한 여대생 "나 미녀"가 갑작스럽게 사망했다. 그런데, 주변 사람들의 대화 내용이 심상치 않다!? ======== 안 남찬: "아니요! 저희는 밥을 먹고 있었을 뿐입니다! 힘들

apps.apple.com

 

 

 

 

 

 

 

728x90
728x90

Privacy Policy

This privacy policy applies to the One sheet per month app (hereby referred to as "Application") for mobile devices that was created by leeroom shin (hereby referred to as "Service Provider") as a Free service. This service is intended for use "AS IS".

Information Collection and Use

The Application collects information when you download and use it. This information may include information such as

  • Your device's Internet Protocol address (e.g. IP address)
  • The pages of the Application that you visit, the time and date of your visit, the time spent on those pages
  • The time spent on the Application
  • The operating system you use on your mobile device

The Application does not gather precise information about the location of your mobile device.

The Application collects your device's location, which helps the Service Provider determine your approximate geographical location and make use of in below ways:

  • Geolocation Services: The Service Provider utilizes location data to provide features such as personalized content, relevant recommendations, and location-based services.
  • Analytics and Improvements: Aggregated and anonymized location data helps the Service Provider to analyze user behavior, identify trends, and improve the overall performance and functionality of the Application.
  • Third-Party Services: Periodically, the Service Provider may transmit anonymized location data to external services. These services assist them in enhancing the Application and optimizing their offerings.

The Service Provider may use the information you provided to contact you from time to time to provide you with important information, required notices and marketing promotions.

For a better experience, while using the Application, the Service Provider may require you to provide us with certain personally identifiable information. The information that the Service Provider request will be retained by them and used as described in this privacy policy.

Third Party Access

Only aggregated, anonymized data is periodically transmitted to external services to aid the Service Provider in improving the Application and their service. The Service Provider may share your information with third parties in the ways that are described in this privacy statement.

Please note that the Application utilizes third-party services that have their own Privacy Policy about handling data. Below are the links to the Privacy Policy of the third-party service providers used by the Application:

The Service Provider may disclose User Provided and Automatically Collected Information:

  • as required by law, such as to comply with a subpoena, or similar legal process;
  • when they believe in good faith that disclosure is necessary to protect their rights, protect your safety or the safety of others, investigate fraud, or respond to a government request;
  • with their trusted services providers who work on their behalf, do not have an independent use of the information we disclose to them, and have agreed to adhere to the rules set forth in this privacy statement.

Opt-Out Rights

You can stop all collection of information by the Application easily by uninstalling it. You may use the standard uninstall processes as may be available as part of your mobile device or via the mobile application marketplace or network.

Data Retention Policy

The Service Provider will retain User Provided data for as long as you use the Application and for a reasonable time thereafter. If you'd like them to delete User Provided Data that you have provided via the Application, please contact them at tdf5335@naver.com and they will respond in a reasonable time.

Children

The Service Provider does not use the Application to knowingly solicit data from or market to children under the age of 13.

The Application does not address anyone under the age of 13. The Service Provider does not knowingly collect personally identifiable information from children under 13 years of age. In the case the Service Provider discover that a child under 13 has provided personal information, the Service Provider will immediately delete this from their servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact the Service Provider (tdf5335@naver.com) so that they will be able to take the necessary actions.

Security

The Service Provider is concerned about safeguarding the confidentiality of your information. The Service Provider provides physical, electronic, and procedural safeguards to protect information the Service Provider processes and maintains.

Changes

This Privacy Policy may be updated from time to time for any reason. The Service Provider will notify you of any changes to the Privacy Policy by updating this page with the new Privacy Policy. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes.

This privacy policy is effective as of 2024-05-06

Your Consent

By using the Application, you are consenting to the processing of your information as set forth in this Privacy Policy now and as amended by us.

Contact Us

If you have any questions regarding privacy while using the Application, or have questions about the practices, please contact the Service Provider via email at tdf5335@naver.com.


This privacy policy page was generated by App Privacy Policy Generator

728x90

로컬라이징을 하는데 저런 에러가 났다.
어떤 에러인지는 알거라 생각하고...

나같은 경우는 ?? 를 사용했다.
아래는 예시.

hintText: AppLocalizations.of(this.context)?.popHint ?? '-',

 

A ?? B
A가 null이면 B로 대체한다. 라는 뜻.

+ Recent posts