can you share your cheat engine or give some basic cheat engine instructions. do you have a table you made or what. thanks.
Sorry I don't have a table because I get mental burnout trying to learn to script, to find pointers, So I just find my cheat engine addresses as I need them. I just know that if you start the game and attach cheat engine to the game, this one in particular all the values you need are going to be in 4 bytes and are the numbers they are displayed as. Which is kind of nice because unity games usually are full of float values with lots of decimals and have to search in a range instead of a specific number.
Do note however that if you die or go back to the title menu all your pointers detach and you have to find them over again, which is unfortunate because as this game is new and buggy getting stuck somewhere is a problem when you have to look for addresses again.
I Don't know how familiar you are with cheat engine but you typically pick a value you are trying to search for, If it is displayed in game and the game is paused you can search for that number, then you'll get a long list of addresses with that number value, then you get the number to change, example like getting hurt will change your health, then pause again and search for the new number, in Inura specifically you'll likely end up with 3 addresses that change together, usually one of those 3 is the main one your looking for I usually change one unpause the game then repause the game and see if my change stuck, if not then try the next one. When you find it you can move it down to your Addresses at the bottom of cheat engine and tick the "Active" Box to permanently lock it so you can't die from lost health, although nothing will save you in the case of scripted deaths, IE. Flying bloodsucking testicles, or dog buttrape
edit: if you don't set your health above a safe amount of health and get hit for more damage then you froze your health at the game may momentarily read your health as 0 or less and still say your dead I feel like 200 health is a safe bet in most cases to avoid that.
The opening part of the game is a little rough on trying to find your health address from taking damage cause of the small starting health so instead I suggest crawling around till you find a spider with a boner then crawl around in front of it until it does its thing this will start your health slowly regenerating higher, then searching for the health after each ticking increase.
I don't know if I explained the basic idea well enough, explaining things to people is kind of my Achilles heel.