現地時間3月3日から10日にかけて、世界中のテレコムが注目するテクノロジーカンファレンスである「Mobile World Conference 2025」がバルセロナで開催されました。特に競争の激しいヨーロッパのマーケットでは、各社が生き残りをかけたイノベーションをたくさん生み出しています。5G/6G、エッジクラウド、新しい音声技術など、多くのキーワードが注目されています。
現地時間3月3日から10日にかけて、世界中のテレコムが注目するテクノロジーカンファレンスである「Mobile World Conference 2025」がバルセロナで開催されました。特に競争の激しいヨーロッパのマーケットでは、各社が生き残りをかけたイノベーションをたくさん生み出しています。5G/6G、エッジクラウド、新しい音声技術など、多くのキーワードが注目されています。
36. ポーティング参考サイト
? Porting Guide
? Bringing the Periodic Table of the
Elements app to HoloLens 2
with MRTK v2
36
https://microsoft.github.io/MixedRealityToolkit-
Unity/Documentation/HTKToMRTKPortingGuide.html
https://medium.com/@dongyoonpark/bringing-the-periodic-table-
of-the-elements-app-to-hololens-2-with-mrtk-v2-
a6e3d8362158?postPublishedType=repub
116. 参考:Build セッション
116
Intro to Building Apps for HoloLens 2 Using Unity and Mixed Reality Toolkit
https://mybuild.techcommunity.microsoft.com/sessions/77094?source=sessions#top-anchor
131. エンジンビルド
? (保存フォルダ)?Engine?Source?Runtime?Core?Public?Misc?Char.h の以
下のコメント部を削除
? これをしないと UNREAL EDITOR のパッケージ作成の際にエラーが出る
131
UATHelper: Packaging (HoloLens):(保存フォル
ダ)?unrealengine-dev-vr-
hololens2?engine?source?runtime?core?public?Misc/Char.h:
error C4819: The file contains a character that cannot be
represented in the current code page (932). Save the file in
Unicode format to prevent data loss
/**
* Avoid sign extension problems with signed characters smaller than int
*
* E.g. '?' - 'A' is negative since the char '?' (0xD6) is negative and gets
* sign-extended to the 32-bit int 0xFFFFFFD6 before subtraction happens.
*
* Mainly needed for subtraction and addition.
*/
エラー内容
削除する部分