Comment on page
📱Homiverse
🌍Explore, create and live an immersive experience in our mobile metaverse!
🏞️ Discover a captivating virtual world 🌠
Homiverse is a mobile metaverse designed to provide a unique interactive experience for users. Immerse yourself in a rich and vivid virtual environment, where you can explore stunning landscapes, interact with other users and participate in a multitude of entertaining activities.
1
Unreal Engine 5.1 Build.
2
// Fill out your copyright notice in the Description page of Project Settings.
3
4
5
#include "testing.h"
6
7
// Sets default values
8
Atesting::Atesting()
9
{
10
// Set this character to call Tick() every frame. You can turn this off to improve performance if you don't need it.
11
PrimaryActorTick.bCanEverTick = true;
12
13
}
14
15
// Called when the game starts or when spawned
16
void Atesting::BeginPlay()
17
{
18
Super::BeginPlay();
19
20
}
21
22
// Called every frame
23
void Atesting::Tick(float DeltaTime)
24
{
25
Super::Tick(DeltaTime);
26
27
}
28
29
// Called to bind functionality to input
30
void Atesting::SetupPlayerInputComponent(UInputComponent* PlayerInputComponent)
31
{
32
Super::SetupPlayerInputComponent(PlayerInputComponent);
33
34
}
🚀 Create your own adventure 🎮
In Homiverse, you have the freedom to create and customize your own avatar, choosing from a variety of unique physical traits, outfits and accessories. Express your individuality and style by creating an avatar that looks like you.
🌟 Participate in exciting activities 🎉
Homiverse is full of interactive activities that will entertain you and stimulate your imagination. Participate in thrilling mini-games such as Reward Roulette, take part in challenges and quests to win valuable rewards, or engage in exciting role-playing games with other users.
💰 Dynamic economy and NFT 💎
Homiverse offers a dynamic economy powered by our HOMI token and our Era-Homi marketplace. Buy, sell and trade unique hominid NFTs, which are true digital works of art. Own rare and exclusive collectibles that can increase in value over time.
🌿 Environmental commitment 🌱
At Hominids, we are committed to environmental sustainability. Homiverse uses servers powered by renewable energy sources, reducing our carbon footprint. In addition, we support carbon offset initiatives to help preserve our planet.
🔒 Security and Privacy 🛡️
The security of our users is a top priority. We use robust security protocols to protect data and transactions. Your privacy is also respected, and you have full control over your personal information.
Unreal Engine 5.1 Build.
1
{
2
"FileVersion": 3,
3
"EngineAssociation": "5.1",
4
"Category": "",
5
"Description": "",
6
"Modules": [
7
{
8
"Name": "Homiverse",
9
"Type": "Runtime",
10
"LoadingPhase": "Default",
11
"AdditionalDependencies": [
12
"Engine"
13
]
14
}
15
],
16
"Plugins": [
17
{
18
"Name": "ModelingToolsEditorMode",
19
"Enabled": true,
20
"TargetAllowList": [
21
"Editor"
22
]
23
},
24
{
25
"Name": "VaRest",
26
"Enabled": true,
27
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f"
28
},
29
{
30
"Name": "SuiUnrealSDKCore",
31
"Enabled": false
32
},
33
{
34
"Name": "Bip39UE",
35
"Enabled": false
36
},
37
{
38
"Name": "LibsodiumUE",
39
"Enabled": false
40
}
41
]
42
}
Last modified 4mo ago